From: Nikita Popov Date: Fri, 22 Jul 2016 16:07:45 +0000 (+0200) Subject: Add NEWS entries X-Git-Tag: php-7.1.0beta2~86^2~22 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e1216f6fc15599ab87ec106b75383efc9b2d8c5b;p=php Add NEWS entries --- diff --git a/NEWS b/NEWS index c9cce02259..7eb93e164c 100644 --- 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)