First of all, AWESOME!!!!

Second of all, any chance of including tar/gzip support along with the zip since it comes with PHP out of the box? Thanks a lot! Can't wait to get my hands on this and help out.

Comments

evil_marty’s picture

that would be a nice feature to add. I might look into adding that when I get some time. Keep testing the module and let me know if anything breaks.

Krummrey’s picture

Yes that would be great. Most shared hosts will not have the zip library compiled into their PHP.

So this issue got my vote.

mikeytown2’s picture

Title: Tar/GZip support? » Support Other Archive Types

This module currently uses
http://php.net/zip-open

It would take some work but it could be made so it supports these as well.
http://php.net/gzopen
http://php.net/bzopen
http://php.net/rar-open

Gzip/Tar support could be lifted from the Plugin Manager project; plugin_manager_untar(). OR from the File Archive pear project.

http://www.php.net/manual/en/refs.compression.php