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!

link|improve this question
check if this file has some special character in name, or if the destination folder already exists with a non write permission. – Paulo H. Dec 6 '11 at 13:17
thank you for your answer, but everything is alright on that side. I believe it wouldn't even extract almost half the archive if that was not the case. – user1062277 Dec 6 '11 at 13:24
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.