]> granicus.if.org Git - php/commitdiff
initialize variable
authorAntony Dovgal <tony2001@php.net>
Wed, 1 Oct 2008 14:30:50 +0000 (14:30 +0000)
committerAntony Dovgal <tony2001@php.net>
Wed, 1 Oct 2008 14:30:50 +0000 (14:30 +0000)
Zend/zend_execute_API.c

index 82762ba0788693d3ae8ca59f0a21b475763f2fa3..0f3d952913d89c70917ff42a40f3d374a6ac9325 100644 (file)
@@ -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);