ID: 48634 Updated by: j...@php.net Reported By: gwy...@php.net -Status: Open +Status: Feedback Bug Type: Reproducible crash Operating System: Darwin9 (MacOS X 10.5) PHP Version: 5.3CVS-2009-06-22 (CVS) New Comment:
Does this happen with PHP_5_2 and/or HEAD? (if so, update the version properly) Previous Comments: ------------------------------------------------------------------------ [2009-06-22 00:34:03] gwy...@php.net Description: ------------ The subject kind of says most of it. Under both GDB and Valgrind, PHP enters a massive recursion until it finally crashes by overrunning the stack, which is expected, according to a comment in a test that a fix needs to be backported from HEAD. So this bug is mostly about "please backport this fix", I suppose. Reproduce code: --------------- See tests/output/ob_11.phpt Expected result: ---------------- A fatal error saying "you can't do that". Actual result: -------------- Endless recursion. ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=48634&edit=1