File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change 6
6
. Improved IS_VAR operands fetching. (Laruence, Dmitry)
7
7
. Implemented internal operator overloading
8
8
(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)
9
12
10
13
- Session:
11
14
. Fixed Bug #65315 (session.hash_function silently fallback to default md5)
Original file line number Diff line number Diff line change @@ -35,6 +35,9 @@ PHP X.Y UPGRADE NOTES
35
35
3. Deprecated Functionality
36
36
========================================
37
37
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
38
41
39
42
========================================
40
43
4. Changed Functions
You can’t perform that action at this time.
0 commit comments