The dll is in the directory specified in the apache2.2 configuration file. Yet restarting the apache server generates this error message: "httpd.exe : syntax error on line 128 of C:/Program Files/Apache Software Foundation/Apache2.2…/conf/httpd.conf : Cannot load c:/php5/php5apache2.dll into server. The specified module cannot be found." Any thoughts on why it cannot be found where it actually is?
I'm being guided by W. Jason Gilmore's text who only specifies that after getting apache installed ("It Works!") all that remains after installing PHP is adding to the httpd.conf file the following (using my directory):
LoadModule php5_module c:/php5/php5apache2.dll
AddType application/x-httpd-php .php
PHPIniDir "c:\php5"
Clearly something else remains to be added/changed somewhere.