diff options
author | Jakub Zelenka <bukka@php.net> | 2016-06-19 17:52:09 +0100 |
---|---|---|
committer | Jakub Zelenka <bukka@php.net> | 2016-06-19 17:52:09 +0100 |
commit | 6c27232babdfa57cddde1a49292022485edbbe27 (patch) | |
tree | a114714113c5625ae6497f8920c005ba8a5575dc | |
parent | d22d71b6c521321d5cc92b250c365a1a7ca74996 (diff) | |
download | php-git-6c27232babdfa57cddde1a49292022485edbbe27.tar.gz |
Update NEWS with info about OpenSSL error store
-rw-r--r-- | NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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) |