File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,10 @@ PHP NEWS
5
5
- PDO:
6
6
. Fix various PDORow bugs. (Girgias)
7
7
8
+ - Random:
9
+ . Fixed bug GH-13544 (Pre-PHP 8.2 compatibility for mt_srand with
10
+ unknown modes). (timwolla)
11
+
8
12
- SPL:
9
13
. Fixed bug GH-13531 (Unable to resize SplfixedArray after being unserialized
10
14
in PHP 8.2.15). (nielsdos)
@@ -45,10 +49,6 @@ PHP NEWS
45
49
. Fixed bug GH-13354 (pg_execute/pg_send_query_params/pg_send_execute
46
50
with null value passed by reference). (George Barbarosie)
47
51
48
- - Random:
49
- . Fixed bug GH-13544 (Pre-PHP 8.2 compatibility for mt_srand with
50
- unknown modes). (timwolla)
51
-
52
52
- Standard:
53
53
. Fixed array key as hash to string (case insensitive) comparison typo
54
54
for the second operand buffer size (albeit unused for now). (A. Slepykh)
You can’t perform that action at this time.
0 commit comments