summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnatol Belski <ab@php.net>2018-01-13 14:50:58 +0100
committerAnatol Belski <ab@php.net>2018-01-13 14:50:58 +0100
commit43c578b4b27d954c27a5a1b44f81e8033e3a0138 (patch)
tree6d028fccdb9f1c1c89f049dfc58bcfbddf2e994e
parent4fabee770f63a27112ed841f756e4c695e271f60 (diff)
downloadphp-git-43c578b4b27d954c27a5a1b44f81e8033e3a0138.tar.gz
[ci skip] Update NEWS
-rw-r--r--NEWS7
1 files changed, 7 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 892d62ddad..ed3d9c1a15 100644
--- 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)