Skip to content

Commit abfe5ff

Browse files
committed
[ci skip] Fix version for GH-13544 in NEWS
Apparently PHP 8.2.17 was branched off after creating the PR and before merging it, placing the NEWS in the wrong location.
1 parent e059498 commit abfe5ff

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

NEWS

+4-4
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ PHP NEWS
55
- PDO:
66
. Fix various PDORow bugs. (Girgias)
77

8+
- Random:
9+
. Fixed bug GH-13544 (Pre-PHP 8.2 compatibility for mt_srand with
10+
unknown modes). (timwolla)
11+
812
- SPL:
913
. Fixed bug GH-13531 (Unable to resize SplfixedArray after being unserialized
1014
in PHP 8.2.15). (nielsdos)
@@ -45,10 +49,6 @@ PHP NEWS
4549
. Fixed bug GH-13354 (pg_execute/pg_send_query_params/pg_send_execute
4650
with null value passed by reference). (George Barbarosie)
4751

48-
- Random:
49-
. Fixed bug GH-13544 (Pre-PHP 8.2 compatibility for mt_srand with
50-
unknown modes). (timwolla)
51-
5252
- Standard:
5353
. Fixed array key as hash to string (case insensitive) comparison typo
5454
for the second operand buffer size (albeit unused for now). (A. Slepykh)

0 commit comments

Comments
 (0)