]> granicus.if.org Git - php/commitdiff
Freeing that TLS is just too complicated. Since we're shutting
authorZeev Suraski <zeev@php.net>
Sun, 16 Dec 2001 22:45:57 +0000 (22:45 +0000)
committerZeev Suraski <zeev@php.net>
Sun, 16 Dec 2001 22:45:57 +0000 (22:45 +0000)
down anyway, remove it for now (it did not exist in 4.0.6)

main/main.c

index 28081367155bf1c4168ca1e57101f3284a7f63b3..a6b7bb107e77fab6f45d4afe8004a512a7296184 100644 (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