summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnatol Belski <ab@php.net>2016-06-07 18:44:40 +0200
committerAnatol Belski <ab@php.net>2016-06-07 18:44:40 +0200
commit7935a1e2ffce75df715b4332c45d6f21c9dcaf80 (patch)
tree609e22e8226bcd08693b05d3221a899c40280f6e
parent74d8429f53c0078f75fef5fc5de1088533b37d64 (diff)
downloadphp-git-7935a1e2ffce75df715b4332c45d6f21c9dcaf80.tar.gz
fix NEWS
-rw-r--r--NEWS5
1 files changed, 4 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 48cb9167ff..1e1d8ad47a 100644
--- a/NEWS
+++ b/NEWS
@@ -15,6 +15,9 @@ PHP NEWS
. Fixed bug #72308 (fastcgi_finish_request and logging environment
variables). (Laruence)
+- GD:
+ . Fixed bug #72337 (invalid dimensions can lead to crash) (Pierre)
+
- Intl:
. Fixed bug #64524 (Add intl.use_exceptions to php.ini-*). (Anatol)
@@ -79,7 +82,7 @@ PHP NEWS
- GD:
. Fixed bug #72227 (imagescale out-of-bounds read). (Stas)
- . Fixed bug #72337 (invalid dimensions can lead to crash) (Pierre)
+
- Intl:
. Fixed #72241 (get_icu_value_internal out-of-bounds read). (Stas)