I just installed PHP on Win 2008 Web Server with nothing else on it. It was working fine until a SqlExpress install. Here is a copy of the error:
HTTP Error 500.0 - Internal Server Error
C:\PHP5\php-cgi.exe - The FastCGI process exited unexpectedly Detailed Error Information
Module FastCgiModule
Notification ExecuteRequestHandler
Handler PHP_via_FastCGI
Error Code 0xc0000005
Requested URL http://localhost:80/phpinfo.php
Physical Path C:\inetpub\wwwroot\phpinfo.php
Logon Method Anonymous
Logon User Anonymous
The handler is still listed, it just stopped working after that install. Is there something that happened during the SqlExpress install that I need to fix?
Running PHP in the command line comes back fine, the error I think lies in IIS somewhere.
Thanks for the help!