dmitry          Tue Jul  5 10:14:03 2005 EDT

  Modified files:              (Branch: PHP_5_0)
    /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.604.2.19&r2=1.604.2.20&ty=u
Index: php-src/main/main.c
diff -u php-src/main/main.c:1.604.2.19 php-src/main/main.c:1.604.2.20
--- php-src/main/main.c:1.604.2.19      Wed Jun 22 07:29:07 2005
+++ php-src/main/main.c Tue Jul  5 10:14:03 2005
@@ -18,7 +18,7 @@
    +----------------------------------------------------------------------+
 */
 
-/* $Id: main.c,v 1.604.2.19 2005/06/22 11:29:07 hyanantha Exp $ */
+/* $Id: main.c,v 1.604.2.20 2005/07/05 14:14:03 dmitry Exp $ */
 
 /* {{{ includes
  */
@@ -1181,6 +1181,7 @@
         * inside zend_executor callback functions.
         */
        EG(opline_ptr) = NULL;
+       EG(active_op_array) = NULL;
 
        zend_try {
                
php_end_ob_buffers((zend_bool)(SG(request_info).headers_only?0:1) TSRMLS_CC);

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

Reply via email to