+ Opcache). (Laruence)
- OpenSSL:
- . Fixed bug #61285, #68329, #68046, #41631 (encrypted streams don't observe
- socket timeouts). (Brad Broerman)
+ . 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 through stream_get_meta_data() output.
- pcntl:
. Fixed bug #60509 (pcntl_signal doesn't decrease ref-count of old handler
. 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
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
. 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