From: Jakub Zelenka Date: Sun, 19 Jun 2016 16:52:09 +0000 (+0100) Subject: Update NEWS with info about OpenSSL error store X-Git-Tag: php-7.1.0alpha2~41 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6c27232babdfa57cddde1a49292022485edbbe27;p=php Update NEWS with info about OpenSSL error store --- diff --git a/NEWS b/NEWS index bc450dad0e..bd0938c280 100644 --- a/NEWS +++ b/NEWS @@ -22,6 +22,10 @@ PHP NEWS oob read access). (Laruence) . Fixed bug #72399 (Use-After-Free in MBString (search_re)). (Laruence) +- OpenSSL: + . Implemented error storing to the global queue and cleaning up the OpenSSL + error queue (resolves bugs #68276 and #69882). (Jakub Zelenka) + - Sqlite3: . Implemented FR #72385 (Update SQLite bundle lib(3.13.0)). (Laruence)