]> granicus.if.org Git - php/commitdiff
Update NEWS
authorStanislav Malyshev <stas@php.net>
Tue, 24 May 2016 22:56:02 +0000 (15:56 -0700)
committerStanislav Malyshev <stas@php.net>
Tue, 24 May 2016 22:56:02 +0000 (15:56 -0700)
NEWS

diff --git a/NEWS b/NEWS
index a7e00962c804b6234d0227882ac1d8c9668bcbcd..f824cea0e0862e28054899e24b05649c13058dc2 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -2,13 +2,23 @@ PHP                                                                        NEWS
 |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
 ** PHP 5.5 is in security-only mode , please do not commit to this branch **
 
-??? 2016, PHP 5.5.36
+26 May 2016, PHP 5.5.36
+
+- Core:
+  . 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 #72241 (get_icu_value_internal out-of-bounds read). (Stas)
 
 - Phar:
   . Fixed bug #71331 (Uninitialized pointer in phar_make_dirstream()).
     (CVE-2016-4343) (Stas)
 
-
 28 Apr 2016, PHP 5.5.35
 
 - BCMath: