]> git.pld-linux.org Git - packages/php.git/blame - php-bug-35009.patch
- updated to 4.4.2
[packages/php.git] / php-bug-35009.patch
CommitLineData
cecd8ce2 1--- php-4.4.1/Zend/zend.c 2005-06-09 13:14:25.000000000 +0300
2+++ php4-STABLE-200511081543/Zend/zend.c 2005-11-07 16:01:13.000000000 +0200
86f61666 3@@ -17,7 +17,7 @@
4 +----------------------------------------------------------------------+
5 */
cecd8ce2 6
86f61666 7-/* $Id$ */
8+/* $Id$ */
cecd8ce2 9
86f61666 10 #include "zend.h"
11 #include "zend_extensions.h"
cecd8ce2 12@@ -564,9 +564,7 @@
86f61666 13 #ifdef ZEND_WIN32
14 zend_shutdown_timeout_thread();
15 #endif
16-#ifndef ZTS
17 zend_destroy_rsrc_list(&EG(persistent_list) TSRMLS_CC);
cecd8ce2 18-#endif
86f61666 19 zend_hash_graceful_reverse_destroy(&module_registry);
cecd8ce2 20
21 zend_shutdown_extensions(TSRMLS_C);
22@@ -584,8 +582,6 @@
23 zend_shutdown_constants(TSRMLS_C);
24
86f61666 25 #ifdef ZTS
26- zend_destroy_rsrc_list(&EG(persistent_list) TSRMLS_CC);
cecd8ce2 27-
86f61666 28 zend_hash_destroy(GLOBAL_CONSTANTS_TABLE);
29 free(GLOBAL_CONSTANTS_TABLE);
cecd8ce2 30
This page took 0.039072 seconds and 4 git commands to generate.