summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStanislav Malyshev <stas@php.net>2015-02-17 06:58:14 +0100
committerStanislav Malyshev <stas@php.net>2015-02-17 06:58:14 +0100
commit2e8cd42974de13a78b8e301442c15a65c01d818c (patch)
tree630db7557052dd0a322730bfea9d169ddff8fb52
parentcf7d8eabcc998bf4b60d4607de4942081dd2b895 (diff)
downloadphp-git-2e8cd42974de13a78b8e301442c15a65c01d818c.tar.gz
update news
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index c4c30e6e22..61497ce503 100644
--- a/NEWS
+++ b/NEWS
@@ -48,6 +48,10 @@ PHP NEWS
- Dba:
. Fixed bug #68711 (useless comparisons). (bugreports at internot dot info)
+- Enchant:
+ . Fixed bug #6855 (heap buffer overflow in enchant_broker_request_dict()).
+ (Antony)
+
- Fileinfo:
. Fixed bug #68827 (Double free with disabled ZMM). (Joshua Rogers)