diff options
| author | Wez Furlong <wez@php.net> | 2002-10-05 10:59:35 +0000 |
|---|---|---|
| committer | Wez Furlong <wez@php.net> | 2002-10-05 10:59:35 +0000 |
| commit | 9d5bab5a0dac4ef007c92a4c46f2038d69655dbf (patch) | |
| tree | b15fcf1fcb674924d2b7e9860dec4b7162a7698b /main/streams.c | |
| parent | 93f9eea77dd33cf9d1d04d534e3b7af4dc37513a (diff) | |
| download | php-git-9d5bab5a0dac4ef007c92a4c46f2038d69655dbf.tar.gz | |
EOF related fixes.
Diffstat (limited to 'main/streams.c')
| -rwxr-xr-x | main/streams.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/main/streams.c b/main/streams.c index 1620628801..4818230cb0 100755 --- a/main/streams.c +++ b/main/streams.c @@ -1246,6 +1246,7 @@ static size_t php_stdiop_read(php_stream *stream, char *buf, size_t count TSRMLS if (ret == 0 && feof(data->file)) stream->eof = 1; } + return ret; } static int php_stdiop_close(php_stream *stream, int close_handle TSRMLS_DC) |
