rasmus          Sat May 21 14:11:18 2005 EDT

  Modified files:              (Branch: PHP_5_0)
    /php-src/main       main.c 
  Log:
  Roll back Jani's blind MFH here.  zend_call_destructors() is PHP 5.1 only.
  
  
http://cvs.php.net/diff.php/php-src/main/main.c?r1=1.604.2.15&r2=1.604.2.16&ty=u
Index: php-src/main/main.c
diff -u php-src/main/main.c:1.604.2.15 php-src/main/main.c:1.604.2.16
--- php-src/main/main.c:1.604.2.15      Mon May 16 04:37:41 2005
+++ php-src/main/main.c Sat May 21 14:11:17 2005
@@ -18,7 +18,7 @@
    +----------------------------------------------------------------------+
 */
 
-/* $Id: main.c,v 1.604.2.15 2005/05/16 08:37:41 tony2001 Exp $ */
+/* $Id: main.c,v 1.604.2.16 2005/05/21 18:11:17 rasmus Exp $ */
 
 /* {{{ includes
  */
@@ -1197,10 +1197,6 @@
                sapi_send_headers(TSRMLS_C);
        } zend_end_try();
 
-       zend_try {
-               zend_call_destructors(TSRMLS_C);
-       } zend_end_try();
-
        if (PG(modules_activated)) zend_try {
                php_call_shutdown_functions(TSRMLS_C);
        } zend_end_try();

-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to