We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e059498 commit abfe5ffCopy full SHA for abfe5ff
NEWS
@@ -5,6 +5,10 @@ PHP NEWS
5
- PDO:
6
. Fix various PDORow bugs. (Girgias)
7
8
+- Random:
9
+ . Fixed bug GH-13544 (Pre-PHP 8.2 compatibility for mt_srand with
10
+ unknown modes). (timwolla)
11
+
12
- SPL:
13
. Fixed bug GH-13531 (Unable to resize SplfixedArray after being unserialized
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:
- . Fixed bug GH-13544 (Pre-PHP 8.2 compatibility for mt_srand with
- unknown modes). (timwolla)
-
52
- Standard:
53
. Fixed array key as hash to string (case insensitive) comparison typo
54
for the second operand buffer size (albeit unused for now). (A. Slepykh)
0 commit comments