Freeing that TLS is just too complicated. Since we're shutting

down anyway, remove it for now (it did not exist in 4.0.6)
This commit is contained in:
Zeev Suraski 2001-12-16 22:45:57 +00:00
parent c40b915e55
commit 8e5e7efc5b

View File

@ -1001,9 +1001,7 @@ void php_module_shutdown(TSRMLS_D)
/* close down the ini config */
php_shutdown_config();
#ifdef ZTS
ts_free_thread();
#else
#ifndef ZTS
zend_ini_shutdown(TSRMLS_C);
shutdown_memory_manager(CG(unclean_shutdown), 1);
#endif