questlab/www/analytics/vendor/pear/archive_tar
2016-04-10 18:55:57 +02:00
..
Archive update Piwik to version 2.16 (fixes #91) 2016-04-10 18:55:57 +02:00
docs update Piwik to version 2.16 (fixes #91) 2016-04-10 18:55:57 +02:00
scripts update Piwik to version 2.16 (fixes #91) 2016-04-10 18:55:57 +02:00
composer.json update Piwik to version 2.16 (fixes #91) 2016-04-10 18:55:57 +02:00
package.xml update Piwik to version 2.16 (fixes #91) 2016-04-10 18:55:57 +02:00
README.md update Piwik to version 2.16 (fixes #91) 2016-04-10 18:55:57 +02:00
sync-php4 update Piwik to version 2.16 (fixes #91) 2016-04-10 18:55:57 +02:00

Archive_Tar

Build Status

This package provides handling of tar files in PHP. It supports creating, listing, extracting and adding to tar files. Gzip support is available if PHP has the zlib extension built-in or loaded. Bz2 compression is also supported with the bz2 extension loaded.

This package is hosted at http://pear.php.net/package/Archive_Tar

Please report all new issues via the PEAR bug tracker.

Pull requests are welcome!

Testing, building

To test, run either $ phpunit tests/ or $ pear run-tests -r

To build, simply $ pear package

To install from scratch $ pear install package.xml

To upgrade $ pear upgrade -f package.xml