summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnatol Belski <ab@php.net>2016-04-27 14:45:58 +0200
committerAnatol Belski <ab@php.net>2016-04-27 14:45:58 +0200
commit11bcba38ccde6201af981264ebfbd9bd02bc4f14 (patch)
tree5530223fa6964a0c30c1607f86b5872c40b0bc61
parentf16bc4246551f56e127348a06dac80a0f0939036 (diff)
downloadphp-git-11bcba38ccde6201af981264ebfbd9bd02bc4f14.tar.gz
update NEWS
-rw-r--r--NEWS18
1 files changed, 18 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index fb2ca58f11..b24f14d4a8 100644
--- a/NEWS
+++ b/NEWS
@@ -27,6 +27,10 @@ PHP NEWS
. Fixed bug #71980 (Decorated/Nested Generator is Uncloseable in Finally).
(Nikita)
+- 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)
@@ -34,6 +38,12 @@ 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 #71912 (libgd: signedness vulnerability). (Stas)
+
- Intl:
. Fixed bug #71516 (IntlDateFormatter looses locale if pattern is set via
constructor). (Anatol)
@@ -45,6 +55,8 @@ PHP NEWS
is empty). (Anatol)
. Fixed bug #70484 (selectordinal doesn't work with named parameters).
(Anatol)
+ . Fixed bug #72061 (Out-of-bounds reads in zif_grapheme_stripos with negative
+ offset). (Stas)
- ODBC:
. Fixed bug #63171 (Script hangs after max_execution_time). (Remi)
@@ -102,6 +114,12 @@ 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)
+
+- Zip:
+ . Fixed bug #71923 (integer overflow in ZipArchive::getFrom*). (Stas)
+
31 Mar 2016 PHP 7.0.5
- Core: