ID: 27222 Updated by: [EMAIL PROTECTED] Reported By: Felipe dot Dragan at Americas dot ING dot com -Status: Open +Status: Bogus -Bug Type: IIS related +Bug Type: CGI related Operating System: Windows 2000 Server SP4 PHP Version: 4.3.4 New Comment:
Please do not submit the same bug more than once. An existing bug report already describes this very problem. Even if you feel that your issue is somewhat different, the resolution is likely to be the same. Thank you for your interest in PHP. And possibly also fixed already too in CVS. Previous Comments: ------------------------------------------------------------------------ [2004-02-11 15:00:22] Felipe dot Dragan at Americas dot ING dot com Description: ------------ I´ve installed IIS 5 on a Windows 2000 Server SP4. I´ve ran IISlockdown tool from microsoft.On this new server, I´ve installed MySQL and PHP 4.3.3. I´ve moved my intranet sites into this server, and copy exactly the sites config from the old server (Windows NT Server 4.0 SP6a, running IIS 3 from Windows NT Option Pack, with IIS LockDown). The problem occurs when I try to access either one of my intranet sites, the new server displays this message in a Error Window: << "The instruction at "0x100..." referenced memory at "0x0000....". The memory could not be "read"". Click on OK to terminate the program.>> And in client browser appears this message (only when you close this error window in server): <<CGI Error The specified CGI application misbehaved by not returning a complete set of HTTP headers. The headers it did return are: >> Also, if you don´t click OK in server error windows, you´ll get a CGI timeout. This error occurs with any file with the extension .php. I´ve tried with the simple phpinfo() page. What can i do to get this running. I´ve tried upgrading php version to 4.3.4, but i´ve unfortunately i´ve got the same error message. Thanx Reproduce code: --------------- <?php phpinfo(); ?> Expected result: ---------------- I except to see my intranet working Actual result: -------------- CGI Error The specified CGI application misbehaved by not returning a complete set of HTTP headers. The headers it did return are: CGI Timeout The specified CGI application exceeded the allowed time for processing. The server has deleted the process. ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=27222&edit=1