Skip to content

Commit 038c451

Browse files
authored
[ci skip] NEWS and UPGRADING for constants in traits (#9251)
see GH-8888
1 parent 3b62d66 commit 038c451

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

NEWS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ PHP NEWS
55
- Core:
66
. Fixed --CGI-- support of run-tests.php. (cmb)
77
. Fixed incorrect double to long casting in latest clang. (zeriyoshi)
8+
. Added support for defining constants in traits. (sj-i)
89

910
- Random:
1011
. Fixed bug GH-9235 (non-existant $sequence parameter in stub for

UPGRADING

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,8 @@ PHP 8.2 UPGRADE NOTES
8888
error log file.
8989
. Added support for fetching properties of enums in constant expressions.
9090
RFC: https://wiki.php.net/rfc/fetch_property_in_const_expressions
91-
91+
. Added support for defining constants in traits.
92+
RFC: https://wiki.php.net/rfc/constants_in_traits
9293

9394
- Curl:
9495
. Added CURLINFO_EFFECTIVE_METHOD option and returning the effective

0 commit comments

Comments
 (0)