ID:               29240
 Updated by:       [EMAIL PROTECTED]
 Reported By:      hayden90 at paradise dot net dot nz
-Status:           Open
+Status:           Feedback
 Bug Type:         IIS related
 Operating System: Windows XP Pro, Windows 2000 Svr
 PHP Version:      5.0.0
 New Comment:

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




Previous Comments:
------------------------------------------------------------------------

[2004-07-30 04:35:38] 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-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>&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 this bug report at http://bugs.php.net/?id=29240&edit=1

Reply via email to