]> granicus.if.org Git - php/commitdiff
Update NEWS and UPGRADING with info about dropping SSL2
authorJakub Zelenka <bukka@php.net>
Sun, 17 Jul 2016 16:13:24 +0000 (17:13 +0100)
committerJakub Zelenka <bukka@php.net>
Sun, 17 Jul 2016 16:13:24 +0000 (17:13 +0100)
NEWS
UPGRADING

diff --git a/NEWS b/NEWS
index 019f612705bbb9562b570f219bcf713fa20c11c2..fee53ca09c1d3e4b894ce7c83bc356fc0c89fea1 100644 (file)
--- 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
index adb4741a5b13f18fe97fab8ec358721798b876a3..29be0d4a99ba00b4b218f4560e3db9cba8c0f0d3 100644 (file)
--- 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
 ========================================