mirror of
https://github.com/php/php-src.git
synced 2024-11-29 04:46:07 +08:00
- Fixed bug #27640 memory leak of registered_zend_ini_directives (Dmitry)
This commit is contained in:
parent
4760dd4fc5
commit
e410a0f5b1
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user