]> granicus.if.org Git - php/commitdiff
Add NEWS entries
authorNikita Popov <nikic@php.net>
Wed, 6 Jul 2016 23:31:04 +0000 (01:31 +0200)
committerNikita Popov <nikic@php.net>
Wed, 6 Jul 2016 23:31:04 +0000 (01:31 +0200)
NEWS

diff --git a/NEWS b/NEWS
index 10ff14692107d540786757130242aca3534ea100..b3e7d928c26a16f418b02254dc803ac684b0cf76 100644 (file)
--- 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: