Update NEWS and UPGRADING with info about dropping SSL2

This commit is contained in:
Jakub Zelenka 2016-07-17 17:13:24 +01:00
parent d30b6a85b2
commit a3a6436985
2 changed files with 6 additions and 0 deletions

3
NEWS
View File

@ -60,6 +60,9 @@ PHP NEWS
. Fixed bug #72590 (Opcache restart with kill_all_lockers does not work).
(Keyur)
- OpenSSL:
. Dropped support for SSL2. (Remi)
- PDO_pgsql:
. Fixed bug #70313 (PDO statement fails to throw exception). (Matteo)
. Fixed bug #72570 (Segmentation fault when binding parameters on a query

View File

@ -58,6 +58,9 @@ PHP 7.1 UPGRADE NOTES
. When calling json_encode with JSON_UNESCAPED_UNICODE option, U+2028 and
U+2029 are escaped.
- OpenSSL:
. Dropped sslv2 stream.
========================================
2. New Features
========================================