From: Anatol Belski Date: Fri, 9 Jun 2017 15:42:21 +0000 (+0200) Subject: update NEWS X-Git-Tag: php-7.2.0alpha2~45 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=354899bc13511ce0ff5a323e4c11cd58eb54ce1b;p=php update NEWS --- diff --git a/NEWS b/NEWS index 82a9cf6981..0f4f43ba2e 100644 --- a/NEWS +++ b/NEWS @@ -2,6 +2,10 @@ PHP NEWS ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| ?? ??? ????, PHP 7.2.0alpha2 +- OpenSSL: + . Fixed bug #74720 (pkcs7_en/decrypt does not work if \x1a is used in + content). (Anatol) + - SQLite3: . Update to Sqlite 3.19.3. (cmb)