diff options
author | Wez Furlong <wez@php.net> | 2003-09-21 18:02:08 +0000 |
---|---|---|
committer | Wez Furlong <wez@php.net> | 2003-09-21 18:02:08 +0000 |
commit | ad93053ec4638ee8933c2f6da4d59c97b741681a (patch) | |
tree | 868827282e87a4d3f8800f0796ed4e2f73d74abe | |
parent | eea84f787b712b1a4cb853d70be2abfa084fb759 (diff) | |
download | php-git-ad93053ec4638ee8933c2f6da4d59c97b741681a.tar.gz |
Merge remaining code from 4.3 to fix #22238 in HEAD.
-rw-r--r-- | ext/openssl/xp_ssl.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/openssl/xp_ssl.c b/ext/openssl/xp_ssl.c index 3df83ce6ac..0ce87b9bca 100644 --- a/ext/openssl/xp_ssl.c +++ b/ext/openssl/xp_ssl.c @@ -482,6 +482,7 @@ static int php_openssl_sockop_cast(php_stream *stream, int castas, void **ret TS return FAILURE; } return SUCCESS; + case PHP_STREAM_AS_FD_FOR_SELECT: case PHP_STREAM_AS_FD: case PHP_STREAM_AS_SOCKETD: if (sslsock->ssl_active) { |