diff options
| author | Zeev Suraski <zeev@php.net> | 2000-02-10 18:44:33 +0000 |
|---|---|---|
| committer | Zeev Suraski <zeev@php.net> | 2000-02-10 18:44:33 +0000 |
| commit | 5bdd18caf124d2b300b6ab19be8ca1400ce49916 (patch) | |
| tree | 3d1a8b247e0d88d006aa1eb07b2a1fa5c3e04f4c /main/main.c | |
| parent | 41f6bca92fc480df09ba0cc748342a03cbf539b3 (diff) | |
| download | php-git-5bdd18caf124d2b300b6ab19be8ca1400ce49916.tar.gz | |
Yes, you guessed it... More cleanup
Diffstat (limited to 'main/main.c')
| -rw-r--r-- | main/main.c | 4 |
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); |
