|
преди 2 години | |
---|---|---|
.. | ||
.github | преди 2 години | |
Archive | преди 2 години | |
docs | преди 2 години | |
scripts | преди 2 години | |
tests | преди 2 години | |
.gitignore | преди 2 години | |
.travis.yml | преди 2 години | |
README.md | преди 2 години | |
composer.json | преди 2 години | |
package.xml | преди 2 години | |
sync-php4 | преди 2 години |
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. Also Lzma2 compressed archives are supported with xz extension.
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!
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