From 7acbcc960195c4cfd53295c48abd1e4211ac4392 Mon Sep 17 00:00:00 2001 From: Andi Gutmans Date: Tue, 21 Mar 2000 19:04:34 +0000 Subject: [PATCH] - Adjust for change in zend_startup() --- main/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/main.c b/main/main.c index 7a4ad01819..45f23da150 100644 --- a/main/main.c +++ b/main/main.c @@ -806,7 +806,7 @@ int php_module_startup(sapi_module_struct *sf) zuf.unblock_interruptions = sapi_module.unblock_interruptions; zuf.get_ini_entry = php_get_ini_entry_for_zend; zuf.ticks_function = php_run_ticks; - zend_startup(&zuf, NULL); + zend_startup(&zuf, NULL, 1); #ifdef ZTS tsrm_set_new_thread_end_handler(php_new_thread_end_handler); -- 2.50.1