]> granicus.if.org Git - php/commitdiff
- Update update news and sync with NEWS
authorMarcus Boerger <helly@php.net>
Thu, 25 May 2006 10:20:56 +0000 (10:20 +0000)
committerMarcus Boerger <helly@php.net>
Thu, 25 May 2006 10:20:56 +0000 (10:20 +0000)
NEWS
README.UPDATE_5_2

diff --git a/NEWS b/NEWS
index 70b0f447bba53d75a20322ca8bb36f71e4089cbe..e4001db16b5ccfd95479ee325419e55445c4a516 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,7 @@
 PHP                                                                        NEWS
 |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
 ?? ??? 2006, PHP 5.2.0
+- Changed E_ALL error reporting mode to includes E_RECOVERABLE_ERROR. (Marcus)
 - Added control character checks for cURL extension's open_basedir/safe_mode
   checks. (Ilia)
 - Disable realpath cache when open_basedir or safe_mode are enabled on a 
index daedb50ee67e549bb8516cdbd7b89fd1a970ed98..91bd5787f8da90af2db7ed3190d28abac6fc262e 100644 (file)
@@ -1,6 +1,6 @@
 PHP 5.2 Update info or NEWS explained
 
-- As of PHP 5.2 the E_ALL error reporting mode includes the E_RECOVERABLE_ERROR.
+- Changed E_ALL error reporting mode to includes E_RECOVERABLE_ERROR. (Marcus)
 
   This changes means that the value of the E_ALL constant had changed to 6143
   from its previous value of 2047. If you are setting your error reporting mode