From: Wez Furlong Date: Sun, 21 Sep 2003 18:02:08 +0000 (+0000) Subject: Merge remaining code from 4.3 to fix #22238 in HEAD. X-Git-Tag: RELEASE_0_7~13 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ad93053ec4638ee8933c2f6da4d59c97b741681a;p=php Merge remaining code from 4.3 to fix #22238 in HEAD. --- 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) {