summaryrefslogtreecommitdiff
path: root/ext/standard/streamsfuncs.c
diff options
context:
space:
mode:
authorDaniel Lowrey <rdlowrey@php.net>2015-02-28 15:35:25 -0500
committerDaniel Lowrey <rdlowrey@php.net>2015-02-28 17:41:30 -0500
commit3e841470c929f4722ec8746f98499bb08a74469c (patch)
tree373fb1dbe1321dc28088be8be00a866dc87294dc /ext/standard/streamsfuncs.c
parent13acb7ec653c543c56437ed417c3889fbf54f608 (diff)
downloadphp-git-3e841470c929f4722ec8746f98499bb08a74469c.tar.gz
Add TLS ALPN extension support in crypto client/server streams
Diffstat (limited to 'ext/standard/streamsfuncs.c')
-rw-r--r--ext/standard/streamsfuncs.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/standard/streamsfuncs.c b/ext/standard/streamsfuncs.c
index a344ed69db..6a44c34da1 100644
--- a/ext/standard/streamsfuncs.c
+++ b/ext/standard/streamsfuncs.c
@@ -1508,6 +1508,7 @@ PHP_FUNCTION(stream_socket_crypto_info)
case STREAM_CRYPTO_INFO_CIPHER_VERSION:
case STREAM_CRYPTO_INFO_CIPHER:
case STREAM_CRYPTO_INFO_PROTOCOL:
+ case STREAM_CRYPTO_INFO_ALPN_PROTOCOL:
case STREAM_CRYPTO_INFO_ALL:
break;
default: