]> git.pld-linux.org Git - packages/php.git/blame - php-bug-35009.patch
This commit was manufactured by cvs2git to create branch 'RA-
[packages/php.git] / php-bug-35009.patch
CommitLineData
86f61666 1
2===================================================================
3RCS file: /repository/ZendEngine2/zend.c,v
4retrieving revision 1.287.2.12
5retrieving revision 1.287.2.14
6diff -p --unified=3 -r1.287.2.12 -r1.287.2.14
7--- ./Zend/zend.c 2005/07/22 07:33:27 1.287.2.12
8+++ ./Zend/zend.c 2005/11/07 12:25:21 1.287.2.14
9@@ -17,7 +17,7 @@
10 +----------------------------------------------------------------------+
11 */
12
13-/* $Id$ */
14+/* $Id$ */
15
16 #include "zend.h"
17 #include "zend_extensions.h"
18@@ -693,9 +693,7 @@ void zend_shutdown(TSRMLS_D)
19 #ifdef ZEND_WIN32
20 zend_shutdown_timeout_thread();
21 #endif
22-#ifndef ZTS
23 zend_destroy_rsrc_list(&EG(persistent_list) TSRMLS_CC);
24-#endif
25 zend_hash_graceful_reverse_destroy(&module_registry);
26
27 zend_hash_destroy(GLOBAL_FUNCTION_TABLE);
28@@ -711,7 +709,6 @@ void zend_shutdown(TSRMLS_D)
29 free(GLOBAL_FUNCTION_TABLE);
30 free(GLOBAL_CLASS_TABLE);
31 #ifdef ZTS
32- zend_destroy_rsrc_list(&EG(persistent_list) TSRMLS_CC);
33 zend_hash_destroy(GLOBAL_CONSTANTS_TABLE);
34 free(GLOBAL_CONSTANTS_TABLE);
35 GLOBAL_FUNCTION_TABLE = NULL;
This page took 0.035513 seconds and 4 git commands to generate.