Re: [PHP-WIN] PHP 4.0.4pl1 ISAPI/CGI, IIS 5.0 ...

2001-05-08 Thread Phil Driscoll
>"CGI Error >The specified CGI application misbehaved by not returning a complete set of >HTTP headers. The headers it did return are:" (and nothing else) This is the error message that IIS spits out if it tried to run a cgi program and no output was produced. It occurs normally when php cannot r

Re: [PHP-WIN] PHP 4.0.4pl1 ISAPI/CGI, IIS 5.0 ...

2001-05-06 Thread Phil Driscoll
Your problem is down to the php ISAPI module bringing down parts of IIS, thereby killing ASP. You MUST use the cgi version of PHP for reliable production use with php. Your error with include files not being found will just be a simple configuration issue - it might be to do with the location of

[PHP-WIN] PHP 4.0.4pl1 ISAPI/CGI, IIS 5.0 ...

2001-05-06 Thread james
Hey all! So we've been using PHP 4 since beta, and the ISAPI module since it stabilized. It's been pretty good, running for extended periods. We have only had some problems when rebooting the server - the ASP and/or PHP engines die. "Yeah-yeah" you guys all say - there're bug reports. This I know