File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -26,6 +26,12 @@ PHP NEWS
26
26
. Fixed bug #80242 (imap_mail_compose() segfaults for multipart with rfc822).
27
27
(cmb)
28
28
29
+ - MySQLi:
30
+ . Fixed bug #79375 (mysqli_store_result does not report error from lock wait
31
+ timeout). (Kamil Tekiela, Nikita)
32
+ . Fixed bug #76525 (mysqli::commit does not throw if MYSQLI_REPORT_ERROR
33
+ enabled and mysqlnd used). (Kamil Tekiela)
34
+
29
35
- ODBC:
30
36
. Fixed bug #44618 (Fetching may rely on uninitialized data). (cmb)
31
37
@@ -38,12 +44,6 @@ PHP NEWS
38
44
. Fixed bug #79983 (openssl_encrypt / openssl_decrypt fail with OCB mode).
39
45
(Nikita)
40
46
41
- - MySQLi:
42
- . Fixed bug #79375 (mysqli_store_result does not report error from lock wait
43
- timeout). (Kamil Tekiela, Nikita)
44
- . Fixed bug #76525 (mysqli::commit does not throw if MYSQLI_REPORT_ERROR
45
- enabled and mysqlnd used). (Kamil Tekiela)
46
-
47
47
- PDO MySQL:
48
48
. Fixed bug #66528 (No PDOException or errorCode if database becomes
49
49
unavailable before PDO::commit). (Nikita)
You can’t perform that action at this time.
0 commit comments