diff options
| -rw-r--r-- | NEWS | 1 | ||||
| -rw-r--r-- | README.UPDATE_5_2 | 2 |
2 files changed, 2 insertions, 1 deletions
@@ -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 |
