I am having the same problem, but may setup may be slightly different...
My installation is:
Apache resides in C:\Apache_Program\Apache2 (Version 2.2.3)
PHP resides in C:\php (Version 4.4.3)
httpd.conf shows:
LoadModule php4_module "C/php/php4apache2.dll"
with simple double quotes... it worked fine when I had php 4.39 and apache 2.0.52
BTW, this is running on windows as a service... when i try to start the service after adding the LoadModule line, I get this error:
"Windows could not start the Apache 2.2 on Local Computer. For more information, review the System Event Log. if this is a non-Microsoft service, contact the service vendor, and refer to service-specific error code 1."
the event log does not yield any further info...
Any ideas?
Thanks!