summaryrefslogtreecommitdiff
path: root/ext/standard/streamsfuncs.h
diff options
context:
space:
mode:
authorDaniel Lowrey <rdlowrey@php.net>2015-02-28 15:32:15 -0500
committerDaniel Lowrey <rdlowrey@php.net>2015-02-28 17:41:29 -0500
commit13acb7ec653c543c56437ed417c3889fbf54f608 (patch)
treece4f370ed06d601b6964ac3ba6aeb73b530da2fb /ext/standard/streamsfuncs.h
parent3ff36c265fce0ec5375e1917764db4fca88eb1ae (diff)
downloadphp-git-13acb7ec653c543c56437ed417c3889fbf54f608.tar.gz
Add stream_socket_crypto_info() function
Diffstat (limited to 'ext/standard/streamsfuncs.h')
-rw-r--r--ext/standard/streamsfuncs.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/standard/streamsfuncs.h b/ext/standard/streamsfuncs.h
index 37c6594dd2..07fe5fa572 100644
--- a/ext/standard/streamsfuncs.h
+++ b/ext/standard/streamsfuncs.h
@@ -57,6 +57,7 @@ PHP_FUNCTION(stream_filter_prepend);
PHP_FUNCTION(stream_filter_append);
PHP_FUNCTION(stream_filter_remove);
PHP_FUNCTION(stream_socket_enable_crypto);
+PHP_FUNCTION(stream_socket_crypto_info);
PHP_FUNCTION(stream_socket_shutdown);
PHP_FUNCTION(stream_resolve_include_path);
PHP_FUNCTION(stream_is_local);