]> granicus.if.org Git - php/commitdiff
Merge remaining code from 4.3 to fix #22238 in HEAD.
authorWez Furlong <wez@php.net>
Sun, 21 Sep 2003 18:02:08 +0000 (18:02 +0000)
committerWez Furlong <wez@php.net>
Sun, 21 Sep 2003 18:02:08 +0000 (18:02 +0000)
ext/openssl/xp_ssl.c

index 3df83ce6ac707d3b6ad3bc62a1b3d1f4fac7061b..0ce87b9bca726afb12dcec654506546d34152fcf 100644 (file)
@@ -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) {