diff options
author | Christoph M. Becker <cmbecker69@gmx.de> | 2020-10-29 12:15:31 +0100 |
---|---|---|
committer | Christoph M. Becker <cmbecker69@gmx.de> | 2020-10-29 12:15:31 +0100 |
commit | bd6850a282e21bea2303ed683ba8fefd855f2f75 (patch) | |
tree | c86d6097f33cf0fed00dedb75b9a7373ab7dbda0 /NEWS | |
parent | 133ac0151b07a68cc73ab220d4c458834f1aa182 (diff) | |
download | php-git-bd6850a282e21bea2303ed683ba8fefd855f2f75.tar.gz |
[ci skip] Fix NEWS order
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 12 |
1 files changed, 6 insertions, 6 deletions
@@ -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) |