From:             hayden90 at paradise dot net dot nz
Operating system: Windows XP Pro, Windows 2000 Svr
PHP version:      5.0.0
PHP Bug Type:     IIS related
Bug description:  Memory problem

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)

-- 
Edit bug report at http://bugs.php.net/?id=29240&edit=1
-- 
Try a CVS snapshot (php4):  http://bugs.php.net/fix.php?id=29240&r=trysnapshot4
Try a CVS snapshot (php5):  http://bugs.php.net/fix.php?id=29240&r=trysnapshot5
Fixed in CVS:               http://bugs.php.net/fix.php?id=29240&r=fixedcvs
Fixed in release:           http://bugs.php.net/fix.php?id=29240&r=alreadyfixed
Need backtrace:             http://bugs.php.net/fix.php?id=29240&r=needtrace
Need Reproduce Script:      http://bugs.php.net/fix.php?id=29240&r=needscript
Try newer version:          http://bugs.php.net/fix.php?id=29240&r=oldversion
Not developer issue:        http://bugs.php.net/fix.php?id=29240&r=support
Expected behavior:          http://bugs.php.net/fix.php?id=29240&r=notwrong
Not enough info:            http://bugs.php.net/fix.php?id=29240&r=notenoughinfo
Submitted twice:            http://bugs.php.net/fix.php?id=29240&r=submittedtwice
register_globals:           http://bugs.php.net/fix.php?id=29240&r=globals
PHP 3 support discontinued: http://bugs.php.net/fix.php?id=29240&r=php3
Daylight Savings:           http://bugs.php.net/fix.php?id=29240&r=dst
IIS Stability:              http://bugs.php.net/fix.php?id=29240&r=isapi
Install GNU Sed:            http://bugs.php.net/fix.php?id=29240&r=gnused
Floating point limitations: http://bugs.php.net/fix.php?id=29240&r=float

Reply via email to