]> granicus.if.org Git - php/commitdiff
- Use correct definition
authorJani Taskinen <jani@php.net>
Wed, 10 Oct 2007 12:44:29 +0000 (12:44 +0000)
committerJani Taskinen <jani@php.net>
Wed, 10 Oct 2007 12:44:29 +0000 (12:44 +0000)
ext/standard/streamsfuncs.c

index d30c7b80183548d5010b7d5040240e3b93c24eb4..a3e89f0ea8013790a92a384e73b28b1e6d25b53c 100644 (file)
@@ -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;