summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnatol Belski <ab@php.net>2016-08-20 01:36:37 +0200
committerAnatol Belski <ab@php.net>2016-08-20 01:36:37 +0200
commitf682193609a1f511b7cb405a02746d44032bf8de (patch)
tree526687d721c5852d025fa4893ae424e5f04f222a
parent21f08a7488b54e9894b762b690b6674858881252 (diff)
downloadphp-git-f682193609a1f511b7cb405a02746d44032bf8de.tar.gz
update NEWS
-rw-r--r--NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index ed99326ba0..d74cc191a2 100644
--- a/NEWS
+++ b/NEWS
@@ -9,6 +9,9 @@ PHP NEWS
. Fixed bug #70195 (Cannot upload file using ftp_put to FTPES with
require_ssl_reuse). (Benedict Singer)
+- IMAP:
+ . Fixed bug #72852 (imap_mail null dereference). (Anatol)
+
- JSON:
. Fixed bug #72787 (json_decode reads out of bounds). (Jakub Zelenka)