summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnatol Belski <ab@php.net>2016-05-25 11:30:00 +0200
committerAnatol Belski <ab@php.net>2016-05-25 11:30:00 +0200
commit1f3f46cc60a841c3415da844b57d5f86319e2489 (patch)
treeb68362b306973b9c4c3cd25677783ac3d212d8bc
parent02a3a93f9ba47afac957d30aed54cd61b33cd4cc (diff)
downloadphp-git-1f3f46cc60a841c3415da844b57d5f86319e2489.tar.gz
update NEWS
-rw-r--r--NEWS6
1 files changed, 6 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 295f4a2449..d177abe230 100644
--- a/NEWS
+++ b/NEWS
@@ -54,6 +54,12 @@ PHP NEWS
- DBA:
. Fixed bug #72157 (use-after-free caused by dba_open). (Shm, Laruence)
+- GD:
+ . Fixed bug #72227 (imagescale out-of-bounds read). (Stas)
+
+- Intl:
+ . Fixed #72241 (get_icu_value_internal out-of-bounds read). (Stas)
+
- JSON:
. Fixed bug #72069 (Behavior \JsonSerializable different from json_encode).
(Laruence)