summaryrefslogtreecommitdiff
path: root/Zend/zend_execute_API.c
diff options
context:
space:
mode:
authorAntony Dovgal <tony2001@php.net>2008-10-01 14:31:01 +0000
committerAntony Dovgal <tony2001@php.net>2008-10-01 14:31:01 +0000
commitf5b09f1907323e244ebc6356354ef82b6a7634d9 (patch)
treecf9a1248228f6536a925c2a7d1865e71bfac5246 /Zend/zend_execute_API.c
parent8d610e79ac0548675e14f69a15248b4d083cb07c (diff)
downloadphp-git-f5b09f1907323e244ebc6356354ef82b6a7634d9.tar.gz
MFH: initialize variable
Diffstat (limited to 'Zend/zend_execute_API.c')
-rw-r--r--Zend/zend_execute_API.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/Zend/zend_execute_API.c b/Zend/zend_execute_API.c
index adca7332bb..a301efc774 100644
--- a/Zend/zend_execute_API.c
+++ b/Zend/zend_execute_API.c
@@ -146,6 +146,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);