]> git.pld-linux.org Git - packages/php.git/blob - php-bug-35009.patch
- merged from php4.spec and adjusted for Ra
[packages/php.git] / php-bug-35009.patch
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
3 @@ -17,7 +17,7 @@
4     +----------------------------------------------------------------------+
5  */
6  
7 -/* $Id$ */
8 +/* $Id$ */
9  
10  #include "zend.h"
11  #include "zend_extensions.h"
12 @@ -564,9 +564,7 @@
13  #ifdef ZEND_WIN32
14         zend_shutdown_timeout_thread();
15  #endif
16 -#ifndef ZTS
17         zend_destroy_rsrc_list(&EG(persistent_list) TSRMLS_CC);
18 -#endif 
19         zend_hash_graceful_reverse_destroy(&module_registry);
20  
21         zend_shutdown_extensions(TSRMLS_C);
22 @@ -584,8 +582,6 @@
23         zend_shutdown_constants(TSRMLS_C);
24  
25  #ifdef ZTS
26 -       zend_destroy_rsrc_list(&EG(persistent_list) TSRMLS_CC);
27 -
28         zend_hash_destroy(GLOBAL_CONSTANTS_TABLE);
29         free(GLOBAL_CONSTANTS_TABLE);
30  
This page took 0.02584 seconds and 3 git commands to generate.