summaryrefslogtreecommitdiff
path: root/UPGRADING
diff options
context:
space:
mode:
authorDaniel Lowrey <rdlowrey@php.net>2015-03-09 23:15:04 -0600
committerDaniel Lowrey <rdlowrey@php.net>2015-03-09 23:15:57 -0600
commitdd16a7c82045383c8556a67c649a6b503099d040 (patch)
tree03b3819cf9c1cb92161aaa8a0951e2435eab6e76 /UPGRADING
parentc5c4d22c100e35d7feea1a92336aa41bef35c4ff (diff)
downloadphp-git-dd16a7c82045383c8556a67c649a6b503099d040.tar.gz
Update NEWS/UPGRADING
Diffstat (limited to 'UPGRADING')
-rw-r--r--UPGRADING9
1 files changed, 5 insertions, 4 deletions
diff --git a/UPGRADING b/UPGRADING
index e844cc4dcd..a024576028 100644
--- a/UPGRADING
+++ b/UPGRADING
@@ -446,7 +446,7 @@ Other
. Added "alpn_protocols" SSL context option allowing encrypted client/server
streams to negotiate alternative protocols using the ALPN TLS extension when
built against OpenSSL 1.0.2 or newer. Negotiated protocol information is
- accessible by passing streams to the new stream_socket_crypto_info().
+ accessible through stream_get_meta_data() output.
========================================
3. Changes in SAPI modules
@@ -460,6 +460,10 @@ Other
4. Deprecated Functionality
========================================
+- OpenSSL
+ . The "capture_session_meta" SSL context option is now deprecated. Meta
+ data concerning active crypto on a stream resource is now accessible
+ through the return result from stream_get_meta_data().
========================================
5. Changed Functions
@@ -485,9 +489,6 @@ Other
. Added intdiv() function for integer division.
. Added error_clear_last() function to reset error state.
-- Stream:
- . Added stream_socket_crypto_info() allowing inspection of negotiated TLS
- connection properties
========================================
7. New Classes and Interfaces