helly Sat Mar 19 09:27:17 2005 EDT
Modified files:
/php-src/main main.c
Log:
- We don't need to block those here (works as it works with normal error
overloading)
http://cvs.php.net/diff.php/php-src/main/main.c?r1=1.619&r2=1.620&ty=u
Index: php-src/main/main.c
diff -u php-src/main/main.c:1.619 php-src/main/main.c:1.620
--- php-src/main/main.c:1.619 Tue Mar 8 16:42:10 2005
+++ php-src/main/main.c Sat Mar 19 09:27:17 2005
@@ -18,7 +18,7 @@
+----------------------------------------------------------------------+
*/
-/* $Id: main.c,v 1.619 2005/03/08 21:42:10 sniper Exp $ */
+/* $Id: main.c,v 1.620 2005/03/19 14:27:17 helly Exp $ */
/* {{{ includes
*/
@@ -652,10 +652,8 @@
/* according to error handling mode, suppress error, throw exception or
show it */
if (PG(error_handling) != EH_NORMAL) {
switch (type) {
- case E_ERROR:
case E_CORE_ERROR:
case E_COMPILE_ERROR:
- case E_USER_ERROR:
case E_PARSE:
/* fatal errors are real errors and cannot be
made exceptions */
break;
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php