]> git.pld-linux.org Git - packages/php.git/blobdiff - php-bug-35009.patch
This commit was manufactured by cvs2git to create branch 'RA-
[packages/php.git] / php-bug-35009.patch
diff --git a/php-bug-35009.patch b/php-bug-35009.patch
new file mode 100644 (file)
index 0000000..ef08ed8
--- /dev/null
@@ -0,0 +1,35 @@
+
+===================================================================
+RCS file: /repository/ZendEngine2/zend.c,v
+retrieving revision 1.287.2.12
+retrieving revision 1.287.2.14
+diff -p --unified=3 -r1.287.2.12 -r1.287.2.14
+--- ./Zend/zend.c      2005/07/22 07:33:27     1.287.2.12
++++ ./Zend/zend.c      2005/11/07 12:25:21     1.287.2.14
+@@ -17,7 +17,7 @@
+    +----------------------------------------------------------------------+
+ */
+
+-/* $Id$ */
++/* $Id$ */
+
+ #include "zend.h"
+ #include "zend_extensions.h"
+@@ -693,9 +693,7 @@ void zend_shutdown(TSRMLS_D)
+ #ifdef ZEND_WIN32
+       zend_shutdown_timeout_thread();
+ #endif
+-#ifndef ZTS
+       zend_destroy_rsrc_list(&EG(persistent_list) TSRMLS_CC);
+-#endif
+       zend_hash_graceful_reverse_destroy(&module_registry);
+
+       zend_hash_destroy(GLOBAL_FUNCTION_TABLE);
+@@ -711,7 +709,6 @@ void zend_shutdown(TSRMLS_D)
+       free(GLOBAL_FUNCTION_TABLE);
+       free(GLOBAL_CLASS_TABLE);
+ #ifdef ZTS
+-      zend_destroy_rsrc_list(&EG(persistent_list) TSRMLS_CC);
+       zend_hash_destroy(GLOBAL_CONSTANTS_TABLE);
+       free(GLOBAL_CONSTANTS_TABLE);
+       GLOBAL_FUNCTION_TABLE = NULL;
This page took 0.03103 seconds and 4 git commands to generate.