dmitry          Tue Jul  5 10:13:48 2005 EDT

  Modified files:              
    /php-src/main       main.c 
  Log:
  Fixed crash in ext\standard\tests\general_functions\bug32647.php on Windows
  
  
http://cvs.php.net/diff.php/php-src/main/main.c?r1=1.634&r2=1.635&ty=u
Index: php-src/main/main.c
diff -u php-src/main/main.c:1.634 php-src/main/main.c:1.635
--- php-src/main/main.c:1.634   Mon Jun 20 15:58:51 2005
+++ php-src/main/main.c Tue Jul  5 10:13:46 2005
@@ -18,7 +18,7 @@
    +----------------------------------------------------------------------+
 */
 
-/* $Id: main.c,v 1.634 2005/06/20 19:58:51 tony2001 Exp $ */
+/* $Id: main.c,v 1.635 2005/07/05 14:13:46 dmitry Exp $ */
 
 /* {{{ includes
  */
@@ -1195,6 +1195,7 @@
         * inside zend_executor callback functions.
         */
        EG(opline_ptr) = NULL;
+       EG(active_op_array) = NULL;
 
        /* 1. Call all possible __destruct() functions */
        zend_try {

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

Reply via email to