ID: 48634 Updated by: gwy...@php.net Reported By: gwy...@php.net Status: Open Bug Type: Reproducible crash Operating System: Darwin9 (MacOS X 10.5) -PHP Version: 5.2SVN, 5.3SVN, HEAD SVN +PHP Version: 5.2SVN, 5.3SVN New Comment:
Correction: This does NOT happen in HEAD. Previous Comments: ------------------------------------------------------------------------ [2009-07-18 01:42:45] gwy...@php.net Yes, it happens in all three branches. ------------------------------------------------------------------------ [2009-07-17 17:40:04] j...@php.net Does this happen with PHP_5_2 and/or HEAD? (if so, update the version properly) ------------------------------------------------------------------------ [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