diff options
author | Wez Furlong <wez@php.net> | 2002-04-02 16:46:33 +0000 |
---|---|---|
committer | Wez Furlong <wez@php.net> | 2002-04-02 16:46:33 +0000 |
commit | a0f165a5cb615d49834d5e68ab7ab543e45d493e (patch) | |
tree | 9c5b85ae3ba3620161b6341d3829432cde3f6299 /main/streams.c | |
parent | abc5a2cacb6e16145934e0881954566b20f46d99 (diff) | |
download | php-git-a0f165a5cb615d49834d5e68ab7ab543e45d493e.tar.gz |
main/streams.c
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 52431cd1da..a4c4d7e67b 100755 --- a/main/streams.c +++ b/main/streams.c @@ -716,6 +716,7 @@ static int php_stdiop_cast(php_stream *stream, int castas, void **ret TSRMLS_DC) return FAILURE; } if (ret) { + fflush(data->file); *ret = (void*)fd; } return SUCCESS; |