ID: 41037
Updated by: [EMAIL PROTECTED]
Reported By: [EMAIL PROTECTED]
-Status: Open
+Status: Assigned
Bug Type: Unknown/Other Function
Operating System: *
PHP Version: 5CVS-2007-04-10 (CVS)
-Assigned To:
+Assigned To: tony2001
Previous Comments:
------------------------------------------------------------------------
[2007-04-10 09:04:27] [EMAIL PROTECTED]
Description:
------------
the given code segfaults (from a manual user note)
Reproduce code:
---------------
<?php
function a() {
echo "hello";
unregister_tick_function('a');
}
declare (ticks=1);
register_tick_function('a');
?>
------------------------------------------------------------------------
--
Edit this bug report at http://bugs.php.net/?id=41037&edit=1