]> granicus.if.org Git - php/commitdiff
NULL out the ticks callback until Stig implements it
authorZeev Suraski <zeev@php.net>
Mon, 24 Jan 2000 19:03:50 +0000 (19:03 +0000)
committerZeev Suraski <zeev@php.net>
Mon, 24 Jan 2000 19:03:50 +0000 (19:03 +0000)
main/main.c

index 7178c3fc1ac4006549d8b6a85dae25ab819d08ea..77d9d78e34473225ed8b1baf2288cb566f17856e 100644 (file)
@@ -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