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:05:07 +0100
commitd5e2431884b2c13d39f698bcdeeb27c107443555 (patch)
tree528db0a079b6cee8ad0fd401c5da5252db9e49d5 /NEWS
parent85d9a1ca6ef00e8de77801bcadf3468aada16b90 (diff)
downloadphp-git-d5e2431884b2c13d39f698bcdeeb27c107443555.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 a90a29d0c1..67e9240fa5 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).