From: Nikita Popov Date: Wed, 6 Jul 2016 23:31:04 +0000 (+0200) Subject: Add NEWS entries X-Git-Tag: php-7.1.0beta1~154^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=06b6cb0ab071c77268afe18424df4aabf45afaf3;p=php Add NEWS entries --- diff --git a/NEWS b/NEWS index 10ff146921..b3e7d928c2 100644 --- a/NEWS +++ b/NEWS @@ -9,6 +9,14 @@ PHP NEWS - SPL: . Fixed bug #55701 (GlobIterator throws LogicException). (Valentin VĂLCIU) +- Standard: + . Fixed bug #72152 (base64_decode $strict fails to detect null byte). + (Lauri Kenttä) + . Fixed bug #72263 (base64_decode skips a character after padding in strict + mode). (Lauri Kenttä) + . Fixed bug #72264 (base64_decode $strict fails with whitespace between + padding). (Lauri Kenttä) + 21 Jul 2016 PHP 7.0.9 - Core: