php-src/main/streams
Daniel Lowrey 2dec21634c Revert "Add stream_socket_crypto_info() function"
This reverts commit 13acb7ec65.

With the added capability to negotiate application layer protocols
via the TLS ALPN extension userland needs a method to access the
negotiated protocol on a given stream. The reverted commit added
a new stream_socket_crypto_info() function for this purpose.

This original approach was discarded in favor of using the
already-existing stream_get_meta_data() API which specifically
exists for just such purposes and requires the addition of no new
functions.
2015-03-09 23:15:57 -06:00
..
cast.c Use zend_string* instead of char* for opened_patch handling. Avoid reallocations and improve string reuse. 2015-03-04 02:05:28 +03:00
filter.c Merge branch 'PHP-5.6' 2015-01-26 22:53:36 +01:00
glob_wrapper.c Use zend_string* instead of char* for opened_patch handling. Avoid reallocations and improve string reuse. 2015-03-04 02:05:28 +03:00
memory.c ZTS cleanup 2015-03-08 19:25:55 +08:00
mmap.c Fixed wrong parameter type of php_stream_mmap_range() 2015-03-04 11:28:14 +08:00
php_stream_context.h Cleanup resource handling APIs 2015-02-02 13:23:16 +08:00
php_stream_filter_api.h bump year 2015-01-15 23:27:30 +08:00
php_stream_glob_wrapper.h bump year 2015-01-15 23:27:30 +08:00
php_stream_mmap.h Fixed wrong parameter type of php_stream_mmap_range() 2015-03-04 11:28:14 +08:00
php_stream_plain_wrapper.h Use zend_string* instead of char* for opened_patch handling. Avoid reallocations and improve string reuse. 2015-03-04 02:05:28 +03:00
php_stream_transport.h Revert "Add stream_socket_crypto_info() function" 2015-03-09 23:15:57 -06:00
php_stream_userspace.h bump year 2015-01-15 23:27:30 +08:00
php_streams_int.h bump year 2015-01-15 23:27:30 +08:00
plain_wrapper.c Avoid repeatable strlen() calls 2015-03-05 18:18:39 +03:00
streams.c Merge branch 'PHP-5.6' 2015-03-05 17:53:04 -07:00
transports.c Revert "Add stream_socket_crypto_info() function" 2015-03-09 23:15:57 -06:00
userspace.c Fixed build 2015-03-09 15:21:08 +08:00
xp_socket.c bump year 2015-01-15 23:27:30 +08:00