File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 5
5
- Core:
6
6
. Fixed --CGI-- support of run-tests.php. (cmb)
7
7
. Fixed incorrect double to long casting in latest clang. (zeriyoshi)
8
+ . Added support for defining constants in traits. (sj-i)
8
9
9
10
- Random:
10
11
. Fixed bug GH-9235 (non-existant $sequence parameter in stub for
Original file line number Diff line number Diff line change @@ -88,7 +88,8 @@ PHP 8.2 UPGRADE NOTES
88
88
error log file.
89
89
. Added support for fetching properties of enums in constant expressions.
90
90
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
92
93
93
94
- Curl:
94
95
. Added CURLINFO_EFFECTIVE_METHOD option and returning the effective
You can’t perform that action at this time.
0 commit comments