From: Jakub Zelenka Date: Sun, 17 Jul 2016 16:13:24 +0000 (+0100) Subject: Update NEWS and UPGRADING with info about dropping SSL2 X-Git-Tag: php-7.1.0beta1~42^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a3a64369856cb6a60b0e3dab91b41b27bb8d4f63;p=php Update NEWS and UPGRADING with info about dropping SSL2 --- diff --git a/NEWS b/NEWS index 019f612705..fee53ca09c 100644 --- a/NEWS +++ b/NEWS @@ -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 diff --git a/UPGRADING b/UPGRADING index adb4741a5b..29be0d4a99 100644 --- a/UPGRADING +++ b/UPGRADING @@ -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 ========================================