summaryrefslogtreecommitdiff
path: root/UPGRADING
diff options
context:
space:
mode:
authorJakub Zelenka <bukka@php.net>2016-07-17 17:13:24 +0100
committerJakub Zelenka <bukka@php.net>2016-07-17 17:13:24 +0100
commita3a64369856cb6a60b0e3dab91b41b27bb8d4f63 (patch)
tree06989f23b3fbc95a8698cea7daaf703639cbd00d /UPGRADING
parentd30b6a85b28d75aa4b8e721afe17abd8885f5ad2 (diff)
downloadphp-git-a3a64369856cb6a60b0e3dab91b41b27bb8d4f63.tar.gz
Update NEWS and UPGRADING with info about dropping SSL2
Diffstat (limited to 'UPGRADING')
-rw-r--r--UPGRADING3
1 files changed, 3 insertions, 0 deletions
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
========================================