summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulien Pauli <jpauli@php.net>2016-05-02 16:52:58 +0200
committerJulien Pauli <jpauli@php.net>2016-05-02 16:52:58 +0200
commit95ed19ae28009aa7b3ed42d5760478de82640560 (patch)
tree37b182223e0f652da7e40532ba757e475a8ee0c7
parenta4abd2bed9c0d034e7cd2c88c3a66c4de24188af (diff)
downloadphp-git-95ed19ae28009aa7b3ed42d5760478de82640560.tar.gz
Updated NEWS
-rw-r--r--NEWS13
1 files changed, 8 insertions, 5 deletions
diff --git a/NEWS b/NEWS
index 298023e18d..a7e00962c8 100644
--- a/NEWS
+++ b/NEWS
@@ -4,27 +4,30 @@ PHP NEWS
??? 2016, PHP 5.5.36
+- Phar:
+ . Fixed bug #71331 (Uninitialized pointer in phar_make_dirstream()).
+ (CVE-2016-4343) (Stas)
28 Apr 2016, PHP 5.5.35
- BCMath:
- . Fix bug #72093 (bcpowmod accepts negative scale and corrupts _one_
+ . Fixed bug #72093 (bcpowmod accepts negative scale and corrupts _one_
definition). (Stas)
- Exif:
- . Fix bug #72094 (Out of bounds heap read access in exif header
+ . Fixed bug #72094 (Out of bounds heap read access in exif header
processing). (Stas)
- GD:
- . Fix bug #71912 (libgd: signedness vulnerability) (CVE-2016-3074). (Stas)
+ . Fixed bug #71912 (libgd: signedness vulnerability) (CVE-2016-3074). (Stas)
- Intl:
- . Fix bug #72061 (Out-of-bounds reads in zif_grapheme_stripos with negative
+ . Fixed bug #72061 (Out-of-bounds reads in zif_grapheme_stripos with negative
offset). (Stas)
- XML:
- . Fix bug #72099 (xml_parse_into_struct segmentation fault). (Stas)
+ . Fixed bug #72099 (xml_parse_into_struct segmentation fault). (Stas)
31 Mar 2016, PHP 5.5.34