From: Rasmus Lerdorf Date: Sat, 9 Sep 2006 17:03:48 +0000 (+0000) Subject: Fix tense X-Git-Tag: php-5.2.0RC4~60 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3879a66876c5e7c9e5410c85ce1d8a8ca9893453;p=php Fix tense --- diff --git a/README.UPDATE_5_2 b/README.UPDATE_5_2 index 1445439f47..84edde1614 100644 --- a/README.UPDATE_5_2 +++ b/README.UPDATE_5_2 @@ -2,10 +2,10 @@ PHP 5.2 Update info or NEWS explained - Changed E_ALL error reporting mode to include E_RECOVERABLE_ERROR. (Marcus) - This change means that the value of the E_ALL constant had changed to 6143 + This change means that the value of the E_ALL constant has changed to 6143 from its previous value of 2047. If you are setting your error reporting mode inside the Apache config file or the .htaccess files you will need to adjust - the value of error_reporting INI setting accordingly. + the value of the error_reporting INI setting accordingly. - Added new error mode E_RECOVERABLE_ERROR. (Derick, Marcus, Tony)