summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnatol Belski <ab@php.net>2018-01-13 14:48:48 +0100
committerAnatol Belski <ab@php.net>2018-01-13 14:48:48 +0100
commit05c4f72ab6e52fa38ade271cd4a0b93c0dc385c3 (patch)
tree53bfa36eba8640b55ef47b84fd29f213538033a8
parent2503a27ae088cf349775fa6dbd95ee1d3d764c79 (diff)
downloadphp-git-05c4f72ab6e52fa38ade271cd4a0b93c0dc385c3.tar.gz
[ci skip] Update NEWS
-rw-r--r--NEWS7
1 files changed, 7 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 23dccb02ba..2caa0d8f47 100644
--- a/NEWS
+++ b/NEWS
@@ -10,6 +10,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 #75720 (File cache not populated after SHM runs full). (Dmitry)
. Fixed bug #75579 (Interned strings buffer overflow may cause crash).
@@ -19,6 +22,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)