summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS1
-rw-r--r--README.UPDATE_5_22
2 files changed, 2 insertions, 1 deletions
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