summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorGeorge Peter Banyard <girgias@php.net>2020-10-22 17:01:48 +0100
committerGeorge Peter Banyard <girgias@php.net>2020-10-22 17:01:48 +0100
commit12a09183b369779fcf123cdd4fbacee373cc7d98 (patch)
tree14d65fb50de43cadf0f6f186b0f0ef1d6209d6ff /NEWS
parentd4bf0799b80d8bbd128e9e41624779d844033a42 (diff)
downloadphp-git-12a09183b369779fcf123cdd4fbacee373cc7d98.tar.gz
Fix bug 76618
Apply patch which was attached to the bug in July 2018
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS1
1 files changed, 1 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 6af9c20676..31427b1b2d 100644
--- a/NEWS
+++ b/NEWS
@@ -4,6 +4,7 @@ PHP NEWS
- IMAP:
. Fixed bug #64076 (imap_sort() does not return FALSE on failure). (cmb)
+ . Fixed bug #76618 (segfault on imap_reopen). (girgias)
. 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).