From 06b6cb0ab071c77268afe18424df4aabf45afaf3 Mon Sep 17 00:00:00 2001
From: Nikita Popov <nikic@php.net>
Date: Thu, 7 Jul 2016 01:31:04 +0200
Subject: [PATCH] Add NEWS entries

---
 NEWS | 8 ++++++++
 1 file changed, 8 insertions(+)

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:
-- 
2.40.0