File tree 2 files changed +4
-0
lines changed
2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -87,6 +87,8 @@ PHP NEWS
87
87
. Fixed bug #65489 (glob() basedir check is inconsistent). (Jakub Zelenka)
88
88
. Fixed GH-9200 (setcookie has an obsolete expires date format). (Derick)
89
89
. Fixed GH-9244 (Segfault with array_multisort + array_shift). (cmb)
90
+ . Fixed bug GH-9296 (`ksort` behaves incorrectly on arrays with mixed keys).
91
+ (Denis Vaksman)
90
92
91
93
04 Aug 2022, PHP 8.2.0beta2
92
94
Original file line number Diff line number Diff line change @@ -51,6 +51,8 @@ PHP 8.2 UPGRADE NOTES
51
51
. str_split() returns an empty array for an empty string now. Previously it
52
52
returned an array with a single empty string entry. mb_str_split() is not
53
53
affected by this change since it was already behaving like that.
54
+ . ksort() and krsort() do numeric string comparison under SORT_REGULAR using
55
+ the standard PHP 8 rules now.
54
56
55
57
- SPL:
56
58
. The following methods now enforce their signature:
You can’t perform that action at this time.
0 commit comments