summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntony Dovgal <tony2001@php.net>2006-10-11 16:11:56 +0000
committerAntony Dovgal <tony2001@php.net>2006-10-11 16:11:56 +0000
commit630024d8957203bc45ebde0b7ce982e8327ea603 (patch)
tree322326fc12afdf30b4a5d56289f7c67c4706649f
parentaeec5b4b68d8e38b129e06eeef3d4798e88dabe6 (diff)
downloadphp-git-630024d8957203bc45ebde0b7ce982e8327ea603.tar.gz
MFH
-rw-r--r--Zend/zend_execute_API.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/Zend/zend_execute_API.c b/Zend/zend_execute_API.c
index 64814396ca..524b78735f 100644
--- a/Zend/zend_execute_API.c
+++ b/Zend/zend_execute_API.c
@@ -188,6 +188,8 @@ void init_executor(TSRMLS_D)
EG(scope) = NULL;
EG(This) = NULL;
+
+ EG(active_op_array) = NULL;
EG(active) = 1;
}