File tree 1 file changed +8
-4
lines changed
1 file changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -16,16 +16,20 @@ PHP NEWS
16
16
- MySQLnd:
17
17
. Fix GH-13452 (Fixed handshake response [mysqlnd]). (Saki Takamachi)
18
18
19
+ - Opcache:
20
+ . Fixed GH-13508 (JITed QM_ASSIGN may be optimized out when op1 is null).
21
+ (Arnaud, Dmitry)
22
+
19
23
- PDO:
20
24
. Fix various PDORow bugs. (Girgias)
21
25
22
26
- 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)
25
29
26
30
- 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)
29
33
30
34
- SPL:
31
35
. Fixed bug GH-13531 (Unable to resize SplfixedArray after being unserialized
You can’t perform that action at this time.
0 commit comments