File tree 2 files changed +3
-0
lines changed
2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change 34
34
. Implemented FR #55467 (phpinfo: PHP Variables with $ and single quotes). (Kalle)
35
35
. Fixed bug #55415 (php_info produces invalid anchor names). (Kalle, Johannes)
36
36
. Added ?? operator. (Andrea)
37
+ . Added <=> operator. (Andrea)
37
38
. Added \u{xxxxx} Unicode Codepoint Escape Syntax. (Andrea)
38
39
. Fixed oversight where define() did not support arrays yet const syntax did. (Andrea, Dmitry)
39
40
. Use "integer" and "float" instead of "long" and "double" in ZPP, type hint and conversion error messages. (Andrea)
Original file line number Diff line number Diff line change @@ -398,6 +398,8 @@ Other
398
398
. Added \u{xxxxxx} Unicode Codepoint Escape Syntax for double-quoted strings
399
399
and heredocs.
400
400
. define() now supports arrays as constant values, fixing an oversight where define() did not support arrays yet const syntax did.
401
+ . Added the comparison operator (<=>), aka the spaceship operator.
402
+ (RFC: https://wiki.php.net/rfc/combined-comparison-operator)
401
403
402
404
========================================
403
405
3. Changes in SAPI modules
You can’t perform that action at this time.
0 commit comments