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.2 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-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