From: Antony Dovgal Date: Wed, 11 Oct 2006 16:11:40 +0000 (+0000) Subject: initialize variable X-Git-Tag: RELEASE_1_0_0RC1~1306 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=104c8286622c0613b4b20ea550259b5946c04f48;p=php initialize variable --- diff --git a/Zend/zend_execute_API.c b/Zend/zend_execute_API.c index ff5f4864ef..dc53e2ac47 100644 --- a/Zend/zend_execute_API.c +++ b/Zend/zend_execute_API.c @@ -202,6 +202,8 @@ void init_executor(TSRMLS_D) EG(scope) = NULL; EG(This) = NULL; + + EG(active_op_array) = NULL; EG(active) = 1; }