easy : PHP 5+ is compiled for Apache 2.0.x and it is known to be incompatible so far with Apache 2.2+, at least on Windows
that's a binary issue xith the extensions AFAIK
Namely, you could have seen that :
httpd.exe: Syntax error on line 119 of C:/Program Files/Apache2/conf/httpd.conf:
API module structure 'php5_module' in file C:/Program Files/nusphere/phped/php5/
php5apache2.dll is garbled - perhaps this is not an Apache module DSO?
Revert to Apache 2.0.54 for installing any PHP 5+ on Windows
Other possibility I just googled (take it as a hint) : NuSphere Techplatform 4.4.
I also found that remark :
Tom
September 10th, 2006 20:48
7
There seems to be a problem with Apache 2.2 and the PHP dll modules (on Windows obviously, don’t know if there are any problems on unix). I fixed it by going to
http://www.apachelounge.com/download/ and downloading their version of the php4apache2.dll file. This also comes with another file which you have to put in your Apache/bin directory, and you will also need to download a MS Visual C++ Package if you don’t have the .NET framework installed. This is all explained in the readme file that comes with the DLL.
on
http://www.mydigitallife.info/2005/10/15/install-web-server-in-windows-xp-with-apache2-php5-and-mysql4-part-3/