diff options
author | Zeev Suraski <zeev@php.net> | 2000-01-24 19:03:50 +0000 |
---|---|---|
committer | Zeev Suraski <zeev@php.net> | 2000-01-24 19:03:50 +0000 |
commit | 97f64988e21134ef987de6232918c38b1bd7d2cd (patch) | |
tree | 7ecd59ddb9d3fdfb0b3de916aff06bd0c7bcc40e | |
parent | fafbf6d8da6aaf71be95047b64e30efc299f1919 (diff) | |
download | php-git-97f64988e21134ef987de6232918c38b1bd7d2cd.tar.gz |
NULL out the ticks callback until Stig implements it
-rw-r--r-- | main/main.c | 1 |
1 files changed, 1 insertions, 0 deletions
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 |