]> granicus.if.org Git - php/commitdiff
Add NEWS entries
authorNikita Popov <nikic@php.net>
Fri, 22 Jul 2016 16:07:45 +0000 (18:07 +0200)
committerNikita Popov <nikic@php.net>
Fri, 22 Jul 2016 16:07:45 +0000 (18:07 +0200)
NEWS

diff --git a/NEWS b/NEWS
index c9cce02259b51be7b56368ef88e5fd23a89943ed..7eb93e164cef931533948fe8bd83ac139e5992d4 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -6,10 +6,19 @@ PHP                                                                        NEWS
   . Fixed bug #72639 (Segfault when instantiating class that extends
     IntlCalendar and adds a property). (Laruence)
 
+- OpenSSL:
+  . Use strict mode when decoding base64 in openssl_decrypt().
+
 - SPL:
   . Fixed bug #72646 (SplFileObject::getCsvControl does not return the escape
     character). (cmb)
 
+- Standard:
+  . Made padding checks in base64_decode() strict mode stricter.
+
+- Streams:
+  . Use strict mode when decoding base64 in data URIs.
+
 - XMLRPC:
   . Fixed bug #72647 (xmlrpc_encode() unexpected output after referencing
     array elements). (Laruence)