php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #27222 The memory could not be read.
Submitted: 2004-02-11 15:00 UTC Modified: 2004-02-11 15:02 UTC
From: Felipe dot Dragan at Americas dot ING dot com Assigned:
Status: Not a bug Package: CGI/CLI related
PHP Version: 4.3.4 OS: Windows 2000 Server SP4
Private report: No CVE-ID: None
 [2004-02-11 15:00 UTC] 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.

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2004-02-11 15:03 UTC] sniper@php.net
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.

 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Apr 25 21:01:36 2024 UTC