summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnatol Belski <ab@php.net>2016-04-27 14:50:46 +0200
committerAnatol Belski <ab@php.net>2016-04-27 14:50:46 +0200
commit0c529b38996413a4b7a12d8783775e15c2d23a69 (patch)
tree560b1315d21a24aec19dd10c0d86e22d0b75877f
parenta21a99747829fe9683e76e03ba6e29a772ef82ac (diff)
downloadphp-git-0c529b38996413a4b7a12d8783775e15c2d23a69.tar.gz
update NEWS
-rw-r--r--NEWS15
1 files changed, 15 insertions, 0 deletions
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: