|
|
|
@ -608,7 +608,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; |
|
|
|
@ -1399,8 +1399,8 @@ PHP_FUNCTION(stream_socket_shutdown) |
|
|
|
|
|
|
|
RETURN_BOOL(php_stream_xport_shutdown(stream, (stream_shutdown_t)how TSRMLS_CC) == 0); |
|
|
|
} |
|
|
|
#endif |
|
|
|
/* }}} */ |
|
|
|
#endif |
|
|
|
|
|
|
|
/* |
|
|
|
* Local variables: |
|
|
|
|