Skip to content

Commit 853181a

Browse files
committedAug 30, 2022
Add NEWS and UPGRADING entries for GH-9296
1 parent 90a4971 commit 853181a

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed
 

‎NEWS

+2
Original file line numberDiff line numberDiff 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

9193
04 Aug 2022, PHP 8.2.0beta2
9294

‎UPGRADING

+2
Original file line numberDiff line numberDiff 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:

0 commit comments

Comments
 (0)