]> granicus.if.org Git - php/commitdiff
[ci skip] Fix NEWS order
authorChristoph M. Becker <cmbecker69@gmx.de>
Thu, 29 Oct 2020 11:15:31 +0000 (12:15 +0100)
committerChristoph M. Becker <cmbecker69@gmx.de>
Thu, 29 Oct 2020 11:15:31 +0000 (12:15 +0100)
NEWS

diff --git a/NEWS b/NEWS
index 8c1bae31811bf080944369276f3c2ccafefcbff8..a98ab32968454ea1582712646ae927c9d6d4db8c 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -26,6 +26,12 @@ PHP                                                                        NEWS
   . Fixed bug #80242 (imap_mail_compose() segfaults for multipart with rfc822).
     (cmb)
 
+- MySQLi:
+  . Fixed bug #79375 (mysqli_store_result does not report error from lock wait
+    timeout). (Kamil Tekiela, Nikita)
+  . Fixed bug #76525 (mysqli::commit does not throw if MYSQLI_REPORT_ERROR
+    enabled and mysqlnd used). (Kamil Tekiela)
+
 - ODBC:
   . Fixed bug #44618 (Fetching may rely on uninitialized data). (cmb)
 
@@ -38,12 +44,6 @@ PHP                                                                        NEWS
   . Fixed bug #79983 (openssl_encrypt / openssl_decrypt fail with OCB mode).
     (Nikita)
 
-- MySQLi:
-  . Fixed bug #79375 (mysqli_store_result does not report error from lock wait
-    timeout). (Kamil Tekiela, Nikita)
-  . Fixed bug #76525 (mysqli::commit does not throw if MYSQLI_REPORT_ERROR
-    enabled and mysqlnd used). (Kamil Tekiela)
-
 - PDO MySQL:
   . Fixed bug #66528 (No PDOException or errorCode if database becomes
     unavailable before PDO::commit). (Nikita)