mirror of
https://github.com/php/php-src.git
synced 2026-03-29 03:32:20 +02:00
- MFB: don't call it in non zts mode
This commit is contained in:
@@ -2096,7 +2096,10 @@ int php_module_startup(sapi_module_struct *sf, zend_module_entry *additional_mod
|
||||
return FAILURE;
|
||||
}
|
||||
#endif
|
||||
|
||||
#ifdef ZTS
|
||||
zend_post_startup(TSRMLS_C);
|
||||
#endif
|
||||
|
||||
module_initialized = 1;
|
||||
sapi_deactivate(TSRMLS_C);
|
||||
|
||||
Reference in New Issue
Block a user