ID: 41037 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] -Status: Assigned +Status: Closed Bug Type: Unknown/Other Function Operating System: * PHP Version: 5CVS-2007-04-10 (CVS) Assigned To: tony2001 New Comment:
This bug has been fixed in CVS. Snapshots of the sources are packaged every three hours; this change will be in the next snapshot. You can grab the snapshot at http://snaps.php.net/. Thank you for the report, and for helping us make PHP better. 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
