ID:               30708
 Updated by:       [EMAIL PROTECTED]
 Reported By:      guth at fiifo dot u-psud dot fr
-Status:           Open
+Status:           Feedback
 Bug Type:         Zend Engine 2 problem
 Operating System: Linux
 PHP Version:      5.0.4
 New Comment:

The message is safe to ignore (in a release build it won't even occur):
PHP will still close the stream.

Please tell us which SAPI you are using, so that we can explicitly
handle this error case.


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

[2005-05-07 03:12:37] guth at fiifo dot u-psud dot fr

Still here:

/www/test3.php(2) : Parse error - parse error, unexpected T_THROW,
expecting ')'
/usr/src/php5-STABLE-200505070036/main/streams/streams.c(375) : Stream
of type 'STDIO' 0x816da44 (path:/www/test3.php) was not closed

------------------------------------------------------------------------

[2005-03-20 18:05:23] [EMAIL PROTECTED]

No feedback was provided. The bug is being suspended because
we assume that you are no longer experiencing the problem.
If this is not the case and you are able to provide the
information that was requested earlier, please do so and
change the status of the bug back to "Open". Thank you.



------------------------------------------------------------------------

[2005-03-07 21:47:39] [EMAIL PROTECTED]

Please try using this CVS snapshot:

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

(can not reproduce)

------------------------------------------------------------------------

[2004-11-07 00:22:58] guth at fiifo dot u-psud dot fr

Description:
------------
hello, 
 
It seems that PHP doesn't close a "Stream of type 'STDIO'" 
when the PHP code produces a parse error with "throw". 

Reproduce code:
---------------
<?php
strlen(throw new Exception);
?>

Expected result:
----------------
/www/test2.php(2) : Parse error - parse error, unexpected 
T_THROW, expecting ')' 

Actual result:
--------------
/www/test2.php(2) : Parse error - parse error, unexpected 
T_THROW, expecting ')' 
 
/usr/src/php5/main/streams/streams.c(375) : Stream of type 
'STDIO' 0x816d83c (path:/www/test2.php) was not closed 


------------------------------------------------------------------------


-- 
Edit this bug report at http://bugs.php.net/?id=30708&edit=1

Reply via email to