rasmus Sat Sep 9 17:03:48 2006 UTC Modified files: (Branch: PHP_5_2) /php-src README.UPDATE_5_2 Log: Fix tense http://cvs.php.net/viewvc.cgi/php-src/README.UPDATE_5_2?r1=1.1.2.11&r2=1.1.2.12&diff_format=u Index: php-src/README.UPDATE_5_2 diff -u php-src/README.UPDATE_5_2:1.1.2.11 php-src/README.UPDATE_5_2:1.1.2.12 --- php-src/README.UPDATE_5_2:1.1.2.11 Sat Sep 9 17:02:56 2006 +++ php-src/README.UPDATE_5_2 Sat Sep 9 17:03:48 2006 @@ -2,10 +2,10 @@ - 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)
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php