From: Marcus Boerger Date: Thu, 25 May 2006 10:20:56 +0000 (+0000) Subject: - Update update news and sync with NEWS X-Git-Tag: php-5.2.0RC1~462 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a681fcb006fbc0c80a35b0efb2fba9feb2af13c1;p=php - Update update news and sync with NEWS --- diff --git a/NEWS b/NEWS index 70b0f447bb..e4001db16b 100644 --- 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 diff --git a/README.UPDATE_5_2 b/README.UPDATE_5_2 index daedb50ee6..91bd5787f8 100644 --- a/README.UPDATE_5_2 +++ b/README.UPDATE_5_2 @@ -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