diff options
-rw-r--r-- | ext/fileinfo/fileinfo.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ext/fileinfo/fileinfo.c b/ext/fileinfo/fileinfo.c index 29980c2f9b..729f0ae988 100644 --- a/ext/fileinfo/fileinfo.c +++ b/ext/fileinfo/fileinfo.c @@ -494,6 +494,8 @@ static void _php_finfo_get_type(INTERNAL_FUNCTION_PARAMETERS, int mode, int mime php_stream_seek(stream, 0, SEEK_SET); ret_val = (char *) magic_stream(magic, stream); + + php_stream_seek(stream, streampos, SEEK_SET); break; } |