- Fixed bug #27640 memory leak of registered_zend_ini_directives (Dmitry)

This commit is contained in:
Andi Gutmans 2004-05-23 16:02:36 +00:00
parent 4760dd4fc5
commit e410a0f5b1

View File

@ -1529,6 +1529,8 @@ void php_module_shutdown(TSRMLS_D)
#ifndef ZTS
zend_ini_shutdown(TSRMLS_C);
shutdown_memory_manager(CG(unclean_shutdown), 1 TSRMLS_CC);
#else
zend_ini_global_shutdown(TSRMLS_C);
#endif
module_initialized = 0;