ID: 36043 Updated by: [EMAIL PROTECTED] Reported By: anton dot kirsanov at aaca dot aero -Status: Open +Status: Bogus Bug Type: Apache related Operating System: WindowsXP, FreeBSD PHP Version: 5.1.2 New Comment:
Thank you for taking the time to write to us, but this is not a bug. Please double-check the documentation available at http://www.php.net/manual/ and the instructions on how to report a bug at http://bugs.php.net/how-to-report.php Previous Comments: ------------------------------------------------------------------------ [2006-01-17 05:30:02] anton dot kirsanov at aaca dot aero Description: ------------ Crash Apache with using register_shutdown_function(); Reproduce code: --------------- <?php register_shutdown_function(a()); function a(){register_shutdown_function(a());} ?> Expected result: ---------------- good final. Actual result: -------------- Apache crash... ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=36043&edit=1
