summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorChristoph M. Becker <cmbecker69@gmx.de>2020-10-29 12:00:07 +0100
committerChristoph M. Becker <cmbecker69@gmx.de>2020-10-29 12:00:57 +0100
commit133ac0151b07a68cc73ab220d4c458834f1aa182 (patch)
treeecba01f3763bb93c782757f90c04d2735e09c05c /NEWS
parent24537a73c010d5ce56d83cae36c15b9c8d1a1a13 (diff)
parentc21e901ba735e927e345b65a35fcd6f585d0c2f3 (diff)
downloadphp-git-133ac0151b07a68cc73ab220d4c458834f1aa182.tar.gz
Merge branch 'PHP-7.3' into PHP-7.4
* PHP-7.3: Fix #44618: Fetching may rely on uninitialized data
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index d2d4047d11..8c1bae3181 100644
--- a/NEWS
+++ b/NEWS
@@ -26,6 +26,9 @@ PHP NEWS
. Fixed bug #80242 (imap_mail_compose() segfaults for multipart with rfc822).
(cmb)
+- ODBC:
+ . Fixed bug #44618 (Fetching may rely on uninitialized data). (cmb)
+
- Opcache:
. Fixed bug #79643 (PHP with Opcache crashes when a file with specific name
is included). (twosee)