From: Anatol Belski Date: Fri, 23 Jun 2017 23:28:58 +0000 (+0200) Subject: [ci skip] update NEWS X-Git-Tag: php-7.2.0alpha3~41^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4e98990f6b164fa0ac2f5e8db6901ae75f32be2f;p=php [ci skip] update NEWS --- diff --git a/NEWS b/NEWS index cfc773f8f7..7de05f57cd 100644 --- a/NEWS +++ b/NEWS @@ -11,6 +11,10 @@ PHP NEWS . Fixed bug #74623 (Infinite loop in type inference when using HTMLPurifier). (nikic) +- 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)