cvs: ZendEngine2(PHP_5_3) / zend_execute_API.c

[email protected] ("Etienne Kneuss")
Newsgroups php.zend-engine.cvs
Message-ID <cvscolder1222977243@cvsserver>
colder		Thu Oct  2 19:54:03 2008 UTC

  Modified files:              (Branch: PHP_5_3)
    /ZendEngine2	zend_execute_API.c 
  Log:
  MFH: Use enum alternative instead of explicit value
  
http://cvs.php.net/viewvc.cgi/ZendEngine2/zend_execute_API.c?r1=1.331.2.20.2.24.2.59&r2=1.331.2.20.2.24.2.60&diff_format=u
Index: ZendEngine2/zend_execute_API.c
diff -u ZendEngine2/zend_execute_API.c:1.331.2.20.2.24.2.59 ZendEngine2/zend_execute_API.c:1.331.2.20.2.24.2.60
--- ZendEngine2/zend_execute_API.c:1.331.2.20.2.24.2.59	Wed Oct  1 14:31:01 2008
+++ ZendEngine2/zend_execute_API.c	Thu Oct  2 19:54:03 2008
@@ -17,7 +17,7 @@
    +----------------------------------------------------------------------+
 */
 
-/* $Id: zend_execute_API.c,v 1.331.2.20.2.24.2.59 2008/10/01 14:31:01 tony2001 Exp $ */
+/* $Id: zend_execute_API.c,v 1.331.2.20.2.24.2.60 2008/10/02 19:54:03 colder Exp $ */
 
 #include <stdio.h>
 #include <signal.h>
@@ -146,7 +146,7 @@
 	EG(in_execution) = 0;
 	EG(in_autoload) = NULL;
 	EG(autoload_func) = NULL;
-	EG(error_handling) = 0;
+	EG(error_handling) = EH_NORMAL;
 
 	zend_vm_stack_init(TSRMLS_C);
 	zend_vm_stack_push((void *) NULL TSRMLS_CC);
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.