Skip to content

Commit 809446d

Browse files
committed
[ci skip] NEWS
1 parent 0ea8012 commit 809446d

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

NEWS

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,16 +16,20 @@ PHP NEWS
1616
- MySQLnd:
1717
. Fix GH-13452 (Fixed handshake response [mysqlnd]). (Saki Takamachi)
1818

19+
- Opcache:
20+
. Fixed GH-13508 (JITed QM_ASSIGN may be optimized out when op1 is null).
21+
(Arnaud, Dmitry)
22+
1923
- PDO:
2024
. Fix various PDORow bugs. (Girgias)
2125

2226
- Random:
23-
. Fixed bug GH-13544 (Pre-PHP 8.2 compatibility for mt_srand with
24-
unknown modes). (timwolla)
27+
. Fixed bug GH-13544 (Pre-PHP 8.2 compatibility for mt_srand with unknown
28+
modes). (timwolla)
2529

2630
- Sockets:
27-
. Fixed bug GH-13604 (socket_getsockname returns random characters in the
28-
end of the socket name). (David Carlier)
31+
. Fixed bug GH-13604 (socket_getsockname returns random characters in the end
32+
of the socket name). (David Carlier)
2933

3034
- SPL:
3135
. Fixed bug GH-13531 (Unable to resize SplfixedArray after being unserialized

0 commit comments

Comments
 (0)