has anyone tried installing PHP 5.0.0 on WinXP running Apache?
I tried it and it won't work. PHP 4.x.x worked fine. For PHP 5.0.0, I created just the same directory structure as with PHP 4 (modules, sapi, uploadtemp...), configured the php.ini file like in PHP 4, added the LoadModule and AddType lines to the Apache httpd.conf and copied the same type of files as before to places like C:\WINDOWS, C:\WINDOWS\system32, etc..
But when I start up my PC, windows XP stops responding, then I get an error message saying "Apache has encountered and error and needs to close." I have to comment ( # ) the LoadModule line for php so that Apache will load, but no PHP
Can anyone help??