mirror of
https://github.com/php/php-src.git
synced 2024-11-23 18:04:36 +08:00
Execute zend_post_startup() with module_initialized flag set.
This commit is contained in:
parent
6d4b22c518
commit
17a3cb4a2a
@ -2362,12 +2362,12 @@ int php_module_startup(sapi_module_struct *sf, zend_module_entry *additional_mod
|
||||
module->info_func = PHP_MINFO(php_core);
|
||||
}
|
||||
|
||||
module_initialized = 1;
|
||||
|
||||
if (zend_post_startup() != SUCCESS) {
|
||||
return FAILURE;
|
||||
}
|
||||
|
||||
module_initialized = 1;
|
||||
|
||||
/* Check for deprecated directives */
|
||||
/* NOTE: If you add anything here, remember to add it to Makefile.global! */
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user