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

index ff5f4864ef560a991e09263490dd7709407c2612..dc53e2ac475503f8f39e811d7edeb8aa25ea7965 100644 (file)
@@ -202,6 +202,8 @@ void init_executor(TSRMLS_D)
        EG(scope) = NULL;
 
        EG(This) = NULL;
+       
+       EG(active_op_array) = NULL;
 
        EG(active) = 1;
 }