]> granicus.if.org Git - php/commitdiff
MFH
authorAntony Dovgal <tony2001@php.net>
Wed, 11 Oct 2006 16:11:56 +0000 (16:11 +0000)
committerAntony Dovgal <tony2001@php.net>
Wed, 11 Oct 2006 16:11:56 +0000 (16:11 +0000)
Zend/zend_execute_API.c

index 64814396ca8650f69c78995ea04696720dee1e59..524b78735f36aa16a7e25444b8a5764196b1db4c 100644 (file)
@@ -188,6 +188,8 @@ void init_executor(TSRMLS_D)
        EG(scope) = NULL;
 
        EG(This) = NULL;
+       
+       EG(active_op_array) = NULL;
 
        EG(active) = 1;
 }