Skip to content

Commit

Permalink
Update NEWS/UPGRADING with info about incompat ctx
Browse files Browse the repository at this point in the history
  • Loading branch information
cataphract committed Sep 2, 2013
1 parent 825c1f2 commit 04fcf6a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
3 changes: 3 additions & 0 deletions UPGRADING
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 04fcf6a

Please sign in to comment.