From: Antony Dovgal Date: Wed, 1 Oct 2008 14:30:50 +0000 (+0000) Subject: initialize variable X-Git-Tag: BEFORE_HEAD_NS_CHANGE~305 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e632946e9b90c687aff7bf28d1c9ec3d08baf6c7;p=php initialize variable --- diff --git a/Zend/zend_execute_API.c b/Zend/zend_execute_API.c index 82762ba078..0f3d952913 100644 --- a/Zend/zend_execute_API.c +++ b/Zend/zend_execute_API.c @@ -159,6 +159,7 @@ void init_executor(TSRMLS_D) /* {{{ */ EG(in_execution) = 0; EG(in_autoload) = NULL; EG(autoload_func) = NULL; + EG(error_handling) = 0; zend_vm_stack_init(TSRMLS_C); zend_vm_stack_push((void *) NULL TSRMLS_CC);