We are running win2k and IIS. we used the with isapi module. It seemed that running php crashed the IIS. the service then had to be restarted. We did a swich from isapi to cgi. The only changes made in php.ini where:
_SERVER["GATEWAY_INTERFACE"] CGI/1.1
GATEWAY_INTERFACE CGI/1.1
Is there anything else that needs to be changed?
It looks like php is running as things like include() work, but it's not passing variables and is not reading php functions/commands like phpinfo(). What's going on?