mirror of
https://github.com/php/php-src.git
synced 2024-12-15 21:05:51 +08:00
Fixed bug #70718 stream_select() when OpenSSL extension is loaded on PHP Win64
This commit is contained in:
parent
36311ee4fd
commit
83bfefeccb
@ -2298,7 +2298,7 @@ static int php_openssl_sockop_cast(php_stream *stream, int castas, void **ret TS
|
||||
: stream->chunk_size);
|
||||
}
|
||||
|
||||
*(int *)ret = sslsock->s.socket;
|
||||
*(php_socket_t *)ret = sslsock->s.socket;
|
||||
}
|
||||
return SUCCESS;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user