I'm using ZipArchive to unzip files. It's working great, except for ONE file so far (it's 10.6MB, if that matters).
The problem is, ZipArchive::extractTo() returns FALSE, and that's correct since if fails.
BUT it doesn't completely fails: half of the file is being unzipped, and then it returns FALSE.
As this method doesn't throw any Exception, FALSE is not really great to understand what happened in the middle of that unzipping journey. If anyone already ran into that problem, i'd love some help :) Thanks!