summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFerenc Kovacs <tyrael@php.net>2016-05-26 03:05:06 +0200
committerFerenc Kovacs <tyrael@php.net>2016-05-26 03:05:06 +0200
commit6e5958e37d9e04271216aa945168ee5bbf87a3f6 (patch)
tree0eb5ac31eba32b48ba755f695ee6a8677179e367
parent54eb659032e23904393974ff610b6df97922c549 (diff)
downloadphp-git-6e5958e37d9e04271216aa945168ee5bbf87a3f6.tar.gz
update NEWS
-rw-r--r--NEWS7
1 files changed, 7 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 4be12a5547..ede10a8827 100644
--- a/NEWS
+++ b/NEWS
@@ -7,9 +7,16 @@ PHP NEWS
- Core:
. Fixed bug #72172 (zend_hex_strtod should not use strlen).
(bwitz at hotmail dot com )
+ . Fixed bug #72114 (Integer underflow / arbitrary null write in
+ fread/gzread). (Stas)
+ . Fixed bug #72135 (Integer Overflow in php_html_entities). (Stas)
+
+- GD:
+ . Fixed bug #72227 (imagescale out-of-bounds read). (Stas)
- Intl
. Fixed bug #64524 (Add intl.use_exceptions to php.ini-*). (Anatol)
+ . Fixed bug #72241 (get_icu_value_internal out-of-bounds read). (Stas)
- Postgres:
. Fixed bug #72151 (mysqli_fetch_object changed behaviour). (Anatol)