]> granicus.if.org Git - php/commitdiff
[ci skip] Update NEWS
authorAnatol Belski <ab@php.net>
Sat, 13 Jan 2018 13:50:58 +0000 (14:50 +0100)
committerAnatol Belski <ab@php.net>
Sat, 13 Jan 2018 13:50:58 +0000 (14:50 +0100)
NEWS

diff --git a/NEWS b/NEWS
index 892d62ddad50077dab9ae66bb4a44cd8e7470227..ed3d9c1a154710558f07c534fa4a6e2730c2261c 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -13,6 +13,9 @@ PHP                                                                        NEWS
   . Fixed bug #75396 (Exit inside generator finally results in fatal error).
     (Nikita)
 
+- IMAP:
+  . Fixed bug #75774 (imap_append HeapCorruction). (Anatol)
+
 - Opcache:
   . Fixed bug #75687 (var 8 (TMP) has array key type but not value type).
     (Nikita, Laruence)
@@ -34,6 +37,10 @@ PHP                                                                        NEWS
   . Fixed bug #75671 (pg_version() crashes when called on a connection to
     cockroach). (magicaltux at gmail dot com)
 
+- Readline:
+  . Fixed bug #75775 (readline_read_history segfaults with empty file).
+      (Anatol)
+
 - SAPI:
   . Fixed bug #75735 ([embed SAPI] Segmentation fault in
     sapi_register_post_entry). (Laruence)