summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorChristoph M. Becker <cmbecker69@gmx.de>2020-10-20 19:01:56 +0200
committerChristoph M. Becker <cmbecker69@gmx.de>2020-10-20 19:02:15 +0200
commitedd8bd64ba78ac2a22da0fbc04559d9d55d30fa8 (patch)
tree2bb0253b93de18cba186e33979d405d27ef80688 /NEWS
parentd5f92baad00ce19e096f9936a4ffdcf5c3cd1383 (diff)
parent4ef7be20abf565e902ae98490d1878aa384e2356 (diff)
downloadphp-git-edd8bd64ba78ac2a22da0fbc04559d9d55d30fa8.tar.gz
Merge branch 'PHP-7.4' into PHP-8.0
* PHP-7.4: Fix #80242: imap_mail_compose() segfaults for multipart with rfc822
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 3d588c546f..ca31fe91d4 100644
--- a/NEWS
+++ b/NEWS
@@ -9,6 +9,8 @@ PHP NEWS
- IMAP:
. Fixed bug #80239 (imap_rfc822_write_address() leaks memory). (cmb)
. Fixed minor regression caused by fixing bug #80220. (cmb)
+ . Fixed bug #80242 (imap_mail_compose() segfaults for multipart with rfc822).
+ (cmb)
- Opcache:
. Fixed bug #80255 (Opcache bug (bad condition result) in 8.0.0rc1). (Nikita)