summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph M. Becker <cmbecker69@gmx.de>2018-12-18 23:27:35 +0100
committerChristoph M. Becker <cmbecker69@gmx.de>2018-12-18 23:27:35 +0100
commit7f54a153ff5b739b3c3c5783036346a8ec456b86 (patch)
tree99bf86b0adfb0c665c34a50eecfd38474fa72575
parent809d27a06bf0bdf8b6491b20c48ff6a59d4861f5 (diff)
downloadphp-git-7f54a153ff5b739b3c3c5783036346a8ec456b86.tar.gz
[ci skip] Add missing NEWS entry for bug 77020
-rw-r--r--NEWS1
1 files changed, 1 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 89a249579d..d5938e647d 100644
--- a/NEWS
+++ b/NEWS
@@ -217,6 +217,7 @@ PHP NEWS
- IMAP:
. Fixed bug #77153 (imap_open allows to run arbitrary shell commands via
mailbox parameter). (Stas)
+ . Fixed bug #77020 (null pointer dereference in imap_mail). (cmb)
- Interbase:
. Fixed bug #75453 (Incorrect reflection for ibase_[p]connect). (villfa)