From: Zeev Suraski Date: Mon, 24 Jan 2000 19:03:50 +0000 (+0000) Subject: NULL out the ticks callback until Stig implements it X-Git-Tag: BEFORE_SAPIFICATION_FEB_10_2000~188 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=97f64988e21134ef987de6232918c38b1bd7d2cd;p=php NULL out the ticks callback until Stig implements it --- diff --git a/main/main.c b/main/main.c index 7178c3fc1a..77d9d78e34 100644 --- a/main/main.c +++ b/main/main.c @@ -902,6 +902,7 @@ int php_module_startup(sapi_module_struct *sf) zuf.block_interruptions = BLOCK_INTERRUPTIONS; zuf.unblock_interruptions = UNBLOCK_INTERRUPTIONS; zuf.get_ini_entry = php_get_ini_entry_for_zend; + zuf.ticks_function = NULL; zend_startup(&zuf, NULL); #ifdef ZTS