File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed
Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -87,6 +87,8 @@ PHP NEWS
8787 . Fixed bug #65489 (glob() basedir check is inconsistent). (Jakub Zelenka)
8888 . Fixed GH-9200 (setcookie has an obsolete expires date format). (Derick)
8989 . 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)
9092
919304 Aug 2022, PHP 8.2.0beta2
9294
Original file line number Diff line number Diff line change @@ -51,6 +51,8 @@ PHP 8.2 UPGRADE NOTES
5151 . str_split() returns an empty array for an empty string now. Previously it
5252 returned an array with a single empty string entry. mb_str_split() is not
5353 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.
5456
5557- SPL:
5658 . The following methods now enforce their signature:
You can’t perform that action at this time.
0 commit comments