File tree Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -12,6 +12,7 @@ PHP NEWS
12
12
. The backtick operator as an alias for shell_exec() has been deprecated.
13
13
(timwolla)
14
14
. Returning null from __debugInfo() has been deprecated. (DanielEScherzer)
15
+ . Support #[\Override] on properties. (Jiří Pudil)
15
16
16
17
- Date:
17
18
. The DATE_RFC7231 and DateTimeInterface::RFC7231 constants have been
Original file line number Diff line number Diff line change @@ -178,6 +178,8 @@ PHP 8.5 UPGRADE NOTES
178
178
RFC: https://wiki.php.net/rfc/pipe-operator-v3
179
179
. Constructor property promotion can now be used for final properties.
180
180
RFC: https://wiki.php.net/rfc/final_promotion
181
+ . #[\Override] can now be applied to properties.
182
+ RFC: https://wiki.php.net/rfc/override_properties
181
183
182
184
- Curl:
183
185
. Added support for share handles that are persisted across multiple PHP
You can’t perform that action at this time.
0 commit comments