From 5bdd18caf124d2b300b6ab19be8ca1400ce49916 Mon Sep 17 00:00:00 2001 From: Zeev Suraski Date: Thu, 10 Feb 2000 18:44:33 +0000 Subject: Yes, you guessed it... More cleanup --- main/main.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'main/main.c') 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); -- cgit v1.2.1