I have just gone through the install of PHP4 using PHP EasyWindows Installer (http://php.weblogs.com/easywindows).
I have the following added to my httpd.conf file:
LoadModule php4_module C:\php4\php\php4apache2.dll
AddType application/x-httpd-php .php
This results in the following message when I start Apache:
Syntax error on line 1025 of c:/program files/apache group/apache/conf/httpd.conf:
Cannot load c:/php4/php/php4apache2.dll into server: (126) The specified module cannot be found:
Line 1025 is the LoadModule line referenced above.
Any and all help is definitely appreciated on this one as I am totally stumped as the file definitely exists and the paths are all correct.
Ed