When configuring PHP5 to work with Apache, there is one important change that needs to be made to the LoadModule declaration for PHP in the Apache httpd.conf

LoadModule php5_module /path/to/php4apache2.dll
Yes, I know it sounds like common sense...but it took me a good bit of time to figure it out