mirror of
https://github.com/php/php-src.git
synced 2024-11-28 20:34:29 +08:00
reset module shutdown flag on startup
This commit is contained in:
parent
2face60bef
commit
b514ab2ee9
@ -1314,6 +1314,7 @@ int php_module_startup(sapi_module_struct *sf, zend_module_entry *additional_mod
|
||||
tsrm_ls = ts_resource(0);
|
||||
#endif
|
||||
|
||||
module_shutdown = 0;
|
||||
sapi_initialize_empty_request(TSRMLS_C);
|
||||
sapi_activate(TSRMLS_C);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user