Skip to content

Commit 543f011

Browse files
committed
add NEWS for <=>
1 parent 34ff6bb commit 543f011

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

NEWS

+1
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@
3434
. Implemented FR #55467 (phpinfo: PHP Variables with $ and single quotes). (Kalle)
3535
. Fixed bug #55415 (php_info produces invalid anchor names). (Kalle, Johannes)
3636
. Added ?? operator. (Andrea)
37+
. Added <=> operator. (Andrea)
3738
. Added \u{xxxxx} Unicode Codepoint Escape Syntax. (Andrea)
3839
. Fixed oversight where define() did not support arrays yet const syntax did. (Andrea, Dmitry)
3940
. Use "integer" and "float" instead of "long" and "double" in ZPP, type hint and conversion error messages. (Andrea)

UPGRADING

+2
Original file line numberDiff line numberDiff line change
@@ -398,6 +398,8 @@ Other
398398
. Added \u{xxxxxx} Unicode Codepoint Escape Syntax for double-quoted strings
399399
and heredocs.
400400
. 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)
401403

402404
========================================
403405
3. Changes in SAPI modules

0 commit comments

Comments
 (0)