Skip to content

Commit 04fcf6a

Browse files
committed
Update NEWS/UPGRADING with info about incompat ctx
1 parent 825c1f2 commit 04fcf6a

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

NEWS

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ PHP NEWS
66
. Improved IS_VAR operands fetching. (Laruence, Dmitry)
77
. Implemented internal operator overloading
88
(RFC: https://wiki.php.net/rfc/operator_overloading_gmp). (Nikita)
9+
. Made calls from incompatible context issue an E_DEPRECATED warning instead
10+
of E_STRICT (phase 1 of RFC: https://wiki.php.net/rfc/incompat_ctx).
11+
(Gustavo)
912

1013
- Session:
1114
. Fixed Bug #65315 (session.hash_function silently fallback to default md5)

UPGRADING

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,9 @@ PHP X.Y UPGRADE NOTES
3535
3. Deprecated Functionality
3636
========================================
3737

38+
- Incompatible context calls:
39+
Instance calls from an incompatible context are now deprecated and issue
40+
E_DEPRECATED instead of E_STRICT. See https://wiki.php.net/rfc/incompat_ctx
3841

3942
========================================
4043
4. Changed Functions

0 commit comments

Comments
 (0)