]> granicus.if.org Git - php/commitdiff
- Make an E_NOTICE error type show 'Notice' instead of 'Warning'.
authorDerick Rethans <derick@php.net>
Thu, 10 Jan 2002 16:00:08 +0000 (16:00 +0000)
committerDerick Rethans <derick@php.net>
Thu, 10 Jan 2002 16:00:08 +0000 (16:00 +0000)
main/main.c

index a4a44ac18792d1ed11ebe712bcaa170f54e0c408..9483f4251c4e59ca0c35087a3367657318d936f4 100644 (file)
@@ -391,8 +391,6 @@ static void php_error_cb(int type, const char *error_filename, const uint error_
                                error_type_str = "Parse error";
                                break;
                        case E_NOTICE:
-                               error_type_str = "Warning";
-                               break;
                        case E_USER_NOTICE:
                                error_type_str = "Notice";
                                break;