From 0c529b38996413a4b7a12d8783775e15c2d23a69 Mon Sep 17 00:00:00 2001 From: Anatol Belski Date: Wed, 27 Apr 2016 14:50:46 +0200 Subject: update NEWS --- NEWS | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/NEWS b/NEWS index 58b8631d1d..95c2656fbc 100644 --- a/NEWS +++ b/NEWS @@ -9,6 +9,10 @@ PHP NEWS (krakjoe) . Fixed bug #71841 (EG(error_zval) is not handled well). (Laruence) +- BCmath: + . Fixed bug #72093 (bcpowmod accepts negative scale and corrupts + _one_ definition). (Stas) + - Curl: . Fixed bug #71831 (CURLOPT_NOPROXY applied as long instead of string). (Michael Sierks) @@ -16,8 +20,16 @@ PHP NEWS - Date: . Fixed bug #71889 (DateInterval::format Segmentation fault). (Thomas Punt) +- EXIF: + . Fixed bug #72094 (Out of bounds heap read access in exif header processing). (Stas) + - GD: . Fixed bug #71952 (Corruption inside imageaffinematrixget). (Stas) + . Fixed bug #71912 (libgd: signedness vulnerability). (Stas) + +- Intl: + . Fixed bug #72061 (Out-of-bounds reads in zif_grapheme_stripos with negative + offset). (Stas) - OCI8: . Fixed bug #71422 (Fix ORA-01438: value larger than specified precision @@ -48,6 +60,9 @@ PHP NEWS . Fixed bug #67512 (php_crypt() crashes if crypt_r() does not exist or _REENTRANT is not defined). (Nikita) +- XML: + . Fixed bug #72099 (xml_parse_into_struct segmentation fault). (Stas) + 31 Mar 2016, PHP 5.6.20 - CLI Server: -- cgit v1.2.1