mirror of
https://github.com/php/php-src.git
synced 2026-04-04 14:42:49 +02:00
NULL out the ticks callback until Stig implements it
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user