-
Notifications
You must be signed in to change notification settings - Fork 136
Conversation
@weierophinney could we at the very least rollback the commit ? The MimeType validator is not usable anymore for multiple file validation. |
@ThomasCantonnet |
@froschdesign IsImage is calling the MimeType validator and errors on the same line, did I miss something? |
@ThomasCantonnet
The problem in #170 is related to multiple files and the entire |
@froschdesign right this is kind of a side effect to #176 then, the issue remains even without the error i suppose? |
@ThomasCantonnet Your fix for #176 is correct. |
Fix BC break introduced by 3fc1e66
Thanks, @ThomasCantonnet |
Fixes #170 and #176 by using finfo's destructor via unset:
Thus avoiding the call to an invalid finfo resource while still avoiding the segfault bug on older PHP versions.