Skip to content

Commit bd6850a

Browse files
committed
[ci skip] Fix NEWS order
1 parent 133ac01 commit bd6850a

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

NEWS

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,12 @@ PHP NEWS
2626
. Fixed bug #80242 (imap_mail_compose() segfaults for multipart with rfc822).
2727
(cmb)
2828

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+
2935
- ODBC:
3036
. Fixed bug #44618 (Fetching may rely on uninitialized data). (cmb)
3137

@@ -38,12 +44,6 @@ PHP NEWS
3844
. Fixed bug #79983 (openssl_encrypt / openssl_decrypt fail with OCB mode).
3945
(Nikita)
4046

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-
4747
- PDO MySQL:
4848
. Fixed bug #66528 (No PDOException or errorCode if database becomes
4949
unavailable before PDO::commit). (Nikita)

0 commit comments

Comments
 (0)