Edit report at https://bugs.php.net/bug.php?id=54760&edit=1
ID: 54760 Updated by: [email protected] Reported by: jerry at jmweb dot net Summary: Multiple closure invocations 'using' a static variable crashes engine -Status: Feedback +Status: No Feedback Type: Bug Package: Scripting Engine problem Operating System: Linux Apache 2.2.17 PHP Version: 5.3.6 New Comment: 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. Previous Comments: ------------------------------------------------------------------------ [2011-05-20 23:51:48] [email protected] Thank you for this bug report. To properly diagnose the problem, we need a backtrace to see what is happening behind the scenes. To find out how to generate a backtrace, please read http://bugs.php.net/bugs-generating-backtrace.php for *NIX and http://bugs.php.net/bugs-generating-backtrace-win32.php for Win32 Once you have generated a backtrace, please submit it to this bug report and change the status back to "Open". Thank you for helping us make PHP better. I can't reproduce it. ------------------------------------------------------------------------ [2011-05-17 01:39:58] jerry at jmweb dot net Description: ------------ When a closure is invoked more than once that 'uses' a variable defined with the 'static' keyword, the scripting engine crashes. No output is sent to the browser and server issues no response. If we remove the 'static' keyword from the variable declaration, the issue is resolved. Note that in PHP 5.3.5, this issue was not present. Test script: --------------- ftp://guest:[email protected]/PUBLIC/php_bug/php_bug.php Expected result: ---------------- 1<br>2<br>3<br> Actual result: -------------- No result. Scripting engine crashes. ------------------------------------------------------------------------ -- Edit this bug report at https://bugs.php.net/bug.php?id=54760&edit=1
