1
0
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:
Pierre Joye
2009-01-16 10:27:52 +00:00
parent b0dcfe527e
commit cf2fbff656

View File

@@ -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);