From: Anatol Belski Date: Fri, 23 Jun 2017 23:37:45 +0000 (+0200) Subject: [ci skip] update NEWS X-Git-Tag: php-7.2.0alpha3~40 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=31e4afe3c3654f9c5ab2eafa3a02c62d41c58b47;p=php [ci skip] update NEWS --- diff --git a/NEWS b/NEWS index f0b13749c4..bed8ed29ad 100644 --- a/NEWS +++ b/NEWS @@ -9,6 +9,10 @@ PHP NEWS . Allow loading PHP/Zend extensions by name in ini files (extension=). (francois at tekwire dot net) +- OpenSSL: + . Fixed bug #74798 (pkcs7_en/decrypt does not work if \x0a is used in content). + (Anatol) + - SPL: . Fixed bug #73471 (PHP freezes with AppendIterator). (jhdxr)