summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Jones <sixd@php.net>2013-09-03 05:40:49 -0700
committerChristopher Jones <sixd@php.net>2013-09-03 05:40:49 -0700
commit8a0ae67dd94fedbc4f47773919622d542505237c (patch)
tree7a6b5d1efef8e2f21443ad6e97bb4c4af63a2133
parentd532ffae4247b1594c30735435fa212b2f9f499b (diff)
parent04fcf6a98b8901ae7c442aa92368c82fa7bd671d (diff)
downloadphp-git-8a0ae67dd94fedbc4f47773919622d542505237c.tar.gz
Merge branch 'master' of https://git.php.net/repository/php-src
* 'master' of https://git.php.net/repository/php-src: Update NEWS/UPGRADING with info about incompat ctx
-rw-r--r--NEWS3
-rwxr-xr-xUPGRADING3
2 files changed, 6 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 0c94ea23e1..29b5c9c0d0 100644
--- a/NEWS
+++ b/NEWS
@@ -6,6 +6,9 @@ PHP NEWS
. Improved IS_VAR operands fetching. (Laruence, Dmitry)
. Implemented internal operator overloading
(RFC: https://wiki.php.net/rfc/operator_overloading_gmp). (Nikita)
+ . Made calls from incompatible context issue an E_DEPRECATED warning instead
+ of E_STRICT (phase 1 of RFC: https://wiki.php.net/rfc/incompat_ctx).
+ (Gustavo)
- Session:
. Fixed Bug #65315 (session.hash_function silently fallback to default md5)
diff --git a/UPGRADING b/UPGRADING
index 431ad79e99..f392edd54d 100755
--- a/UPGRADING
+++ b/UPGRADING
@@ -35,6 +35,9 @@ PHP X.Y UPGRADE NOTES
3. Deprecated Functionality
========================================
+- Incompatible context calls:
+ Instance calls from an incompatible context are now deprecated and issue
+ E_DEPRECATED instead of E_STRICT. See https://wiki.php.net/rfc/incompat_ctx
========================================
4. Changed Functions