From: Jani Taskinen Date: Wed, 10 Oct 2007 12:44:29 +0000 (+0000) Subject: - Use correct definition X-Git-Tag: RELEASE_2_0_0a1~1611 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b3c3c8a90ff6971b3cd665e6b13595bd48b92c81;p=php - Use correct definition --- diff --git a/ext/standard/streamsfuncs.c b/ext/standard/streamsfuncs.c index d30c7b8018..a3e89f0ea8 100644 --- a/ext/standard/streamsfuncs.c +++ b/ext/standard/streamsfuncs.c @@ -656,7 +656,7 @@ static int stream_array_from_fd_set(zval *stream_array, fd_set *fds TSRMLS_DC) zval **elem, **dest_elem; php_stream *stream; HashTable *new_hash; - int this_fd, ret = 0; + php_socket_t this_fd, ret = 0; if (Z_TYPE_P(stream_array) != IS_ARRAY) { return 0;