ID: 29240
Comment by: msisolak at yahoo dot com
Reported By: hayden90 at paradise dot net dot nz
Status: Open
Bug Type: IIS related
Operating System: Windows XP Pro, Windows 2000 Svr
PHP Version: 5.0.0
New Comment:
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.
Previous Comments:
------------------------------------------------------------------------
[2004-07-18 09:35:09] 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> </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 this bug report at http://bugs.php.net/?id=29240&edit=1