ZIP files handling

Hi,

what do you recommend for ZIP files handling/decompression? I’ve read about the built-in PHP 5.2.x ext/zip library but it could be disabled by hosters (or they could have an older version of PHP). Is there any good PHP coded library I could integrate into Yii 1.1.x?

Thank you.

You may see this or that.

The zip files may have non english characters?

See this

Hello there. I did a quick review to PCLZip and saw that this library, although it’s quite functional, it’s not OOP, so I encourage you to use another extension or library that really was designed by OOP principles so it matches with Yii ways.

Kind Regards.