From 76312b4508b43ed2cebd97b749e9e90181e55073 Mon Sep 17 00:00:00 2001 From: Zeev Suraski Date: Wed, 18 Sep 2002 21:57:42 +0000 Subject: another startup initialization fix - only ISAPI and CGI SAPI's tested, minor compile buglets might occur in other SAPIs, but should be trivial to fix... --- sapi/activescript/php4activescript.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'sapi/activescript/php4activescript.c') diff --git a/sapi/activescript/php4activescript.c b/sapi/activescript/php4activescript.c index eed1d7e52e..a85cd625b9 100644 --- a/sapi/activescript/php4activescript.c +++ b/sapi/activescript/php4activescript.c @@ -30,8 +30,7 @@ static int php_activescript_startup(sapi_module_struct *sapi_module) { - if (php_module_startup(sapi_module) == FAILURE || - zend_startup_module(&php_activescript_module) == FAILURE) { + if (php_module_startup(sapi_module, &php_activescript_module, 1) == FAILURE) { return FAILURE; } else { return SUCCESS; -- cgit v1.2.1