helly           Sat Mar 19 09:28:04 2005 EDT

  Modified files:              (Branch: PHP_5_0)
    /php-src/main       main.c 
  Log:
  - MFH
  
http://cvs.php.net/diff.php/php-src/main/main.c?r1=1.604.2.8&r2=1.604.2.9&ty=u
Index: php-src/main/main.c
diff -u php-src/main/main.c:1.604.2.8 php-src/main/main.c:1.604.2.9
--- php-src/main/main.c:1.604.2.8       Tue Mar  8 16:45:38 2005
+++ php-src/main/main.c Sat Mar 19 09:28:04 2005
@@ -18,7 +18,7 @@
    +----------------------------------------------------------------------+
 */
 
-/* $Id: main.c,v 1.604.2.8 2005/03/08 21:45:38 sniper Exp $ */
+/* $Id: main.c,v 1.604.2.9 2005/03/19 14:28:04 helly Exp $ */
 
 /* {{{ includes
  */
@@ -655,10 +655,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

Reply via email to