|
|
|
@ -249,12 +249,12 @@ static void sapi_apache_register_server_variables(zval *track_vars_array ELS_DC |
|
|
|
|
|
|
|
static int php_apache_startup(sapi_module_struct *sapi_module) |
|
|
|
{ |
|
|
|
if(php_module_startup(sapi_module, NULL) == FAILURE |
|
|
|
|| zend_startup_module(&apache_module_entry) == FAILURE) { |
|
|
|
return FAILURE; |
|
|
|
} else { |
|
|
|
return SUCCESS; |
|
|
|
} |
|
|
|
if(php_module_startup(sapi_module) == FAILURE |
|
|
|
|| zend_startup_module(&apache_module_entry) == FAILURE) { |
|
|
|
return FAILURE; |
|
|
|
} else { |
|
|
|
return SUCCESS; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|