From: Marcus Boerger Date: Sat, 19 Mar 2005 14:27:17 +0000 (+0000) Subject: - We don't need to block those here (works as it works with normal error X-Git-Tag: php-5.0.1b1~746 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7b3813ea1180f87d715f816789351ab2f0f6a0a5;p=php - We don't need to block those here (works as it works with normal error overloading) --- diff --git a/main/main.c b/main/main.c index a114e1f8ff..3332ad52e8 100644 --- a/main/main.c +++ b/main/main.c @@ -652,10 +652,8 @@ static void php_error_cb(int type, const char *error_filename, const uint error_ /* 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;