Skip to content

Commit daefe6b

Browse files
committed
NEWS / UPGRADING
1 parent bc60d85 commit daefe6b

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

NEWS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ PHP NEWS
1212
. The backtick operator as an alias for shell_exec() has been deprecated.
1313
(timwolla)
1414
. Returning null from __debugInfo() has been deprecated. (DanielEScherzer)
15+
. Support #[\Override] on properties. (Jiří Pudil)
1516

1617
- Date:
1718
. The DATE_RFC7231 and DateTimeInterface::RFC7231 constants have been

UPGRADING

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -178,6 +178,8 @@ PHP 8.5 UPGRADE NOTES
178178
RFC: https://wiki.php.net/rfc/pipe-operator-v3
179179
. Constructor property promotion can now be used for final properties.
180180
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
181183

182184
- Curl:
183185
. Added support for share handles that are persisted across multiple PHP

0 commit comments

Comments
 (0)