summaryrefslogtreecommitdiff
path: root/main/main.c
diff options
context:
space:
mode:
authorZeev Suraski <zeev@php.net>2000-02-10 18:44:33 +0000
committerZeev Suraski <zeev@php.net>2000-02-10 18:44:33 +0000
commit5bdd18caf124d2b300b6ab19be8ca1400ce49916 (patch)
tree3d1a8b247e0d88d006aa1eb07b2a1fa5c3e04f4c /main/main.c
parent41f6bca92fc480df09ba0cc748342a03cbf539b3 (diff)
downloadphp-git-5bdd18caf124d2b300b6ab19be8ca1400ce49916.tar.gz
Yes, you guessed it... More cleanup
Diffstat (limited to 'main/main.c')
-rw-r--r--main/main.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/main/main.c b/main/main.c
index 8d70d52437..089fe367bf 100644
--- a/main/main.c
+++ b/main/main.c
@@ -815,8 +815,8 @@ int php_module_startup(sapi_module_struct *sf)
zuf.write_function = php_body_write_wrapper;
zuf.fopen_function = php_fopen_wrapper_for_zend;
zuf.message_handler = php_message_handler_for_zend;
- zuf.block_interruptions = BLOCK_INTERRUPTIONS;
- zuf.unblock_interruptions = UNBLOCK_INTERRUPTIONS;
+ zuf.block_interruptions = sapi_module.block_interruptions;
+ zuf.unblock_interruptions = sapi_module.unblock_interruptions;
zuf.get_ini_entry = php_get_ini_entry_for_zend;
zuf.ticks_function = NULL;
zend_startup(&zuf, NULL);