php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #29240 Memory problem
Submitted: 2004-07-18 09:35 UTC Modified: 2004-11-14 01:00 UTC
Votes:12
Avg. Score:4.7 ± 0.7
Reproduced:12 of 12 (100.0%)
Same Version:10 (83.3%)
Same OS:10 (83.3%)
From: hayden90 at paradise dot net dot nz Assigned:
Status: No Feedback Package: IIS related
PHP Version: 5.0.0 OS: Windows XP Pro, Windows 2000 Svr
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If this is not your bug, you can add a comment by following this link.
If this is your bug, but you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: hayden90 at paradise dot net dot nz
New email:
PHP Version: OS:

 

 [2004-07-18 09:35 UTC] hayden90 at paradise dot net dot nz
Description:
------------
Header Output
PHP has encountered an Access Violation at 00B473CD 

Footer Output
HTTP/1.1 500 Server Error Server: Microsoft-IIS/5.1 Date: Sun, 18 Jul 2004 07:31:00 GMT Content-Type: text/html Content-Length: 44 -2147417842 (0x8001010e)

However, all the php code works... just spits out these errors...

Reproduce code:
---------------
<form name="form1" method="post" action="<?php echo $_SERVER['PHP_SELF']; ?>">
  <p>
    <textarea name="data" cols="120" rows="8" id="data"></textarea>
</p>
  <p>
    <input type="submit" name="Submit" value="Submit">
</p>
</form>
<p>&nbsp;</p>
<?php echo $_POST['data']; ?>

Actual result:
--------------
PHP has encountered an Access Violation at 00B473CD 
 

 

HTTP/1.1 500 Server Error Server: Microsoft-IIS/5.1 Date: Sun, 18 Jul 2004 07:31:00 GMT Content-Type: text/html Content-Length: 44 -2147417842 (0x8001010e)

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2004-07-30 04:35 UTC] msisolak at yahoo dot com
This is probably the same issue that was reported in bug #28929 which has been fixed in both the 5.0.x and HEAD branches in the CVS tree.
 [2004-11-06 07:08 UTC] edink@php.net
Please try using this CVS snapshot:

  http://snaps.php.net/php5-STABLE-latest.tar.gz
 
For Windows:
 
  http://snaps.php.net/win32/php5.0-win32-latest.zip


 [2004-11-14 01:00 UTC] php-bugs at lists dot php dot net
No feedback was provided for this bug for over a week, so it is
being suspended automatically. If you are able to provide the
information that was originally requested, please do so and change
the status of the bug back to "Open".
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Mar 28 20:01:28 2024 UTC