Mercurial > hg > isophonics-drupal-site
annotate vendor/pear/archive_tar/README.md @ 19:fa3358dc1485 tip
Add ndrum files
author | Chris Cannam |
---|---|
date | Wed, 28 Aug 2019 13:14:47 +0100 |
parents | af1871eacc83 |
children |
rev | line source |
---|---|
Chris@18 | 1 Archive_Tar |
Chris@18 | 2 ========== |
Chris@18 | 3 |
Chris@18 | 4 [](https://travis-ci.org/pear/Archive_Tar) |
Chris@18 | 5 |
Chris@18 | 6 This package provides handling of tar files in PHP. |
Chris@18 | 7 It supports creating, listing, extracting and adding to tar files. |
Chris@18 | 8 Gzip support is available if PHP has the zlib extension built-in or |
Chris@18 | 9 loaded. Bz2 compression is also supported with the bz2 extension loaded. |
Chris@18 | 10 Also Lzma2 compressed archives are supported with xz extension. |
Chris@18 | 11 |
Chris@18 | 12 This package is hosted at http://pear.php.net/package/Archive_Tar |
Chris@18 | 13 |
Chris@18 | 14 Please report all new issues via the PEAR bug tracker. |
Chris@18 | 15 |
Chris@18 | 16 Pull requests are welcome! |
Chris@18 | 17 |
Chris@18 | 18 |
Chris@18 | 19 Testing, building |
Chris@18 | 20 ----------------- |
Chris@18 | 21 |
Chris@18 | 22 To test, run either |
Chris@18 | 23 $ phpunit tests/ |
Chris@18 | 24 or |
Chris@18 | 25 $ pear run-tests -r |
Chris@18 | 26 |
Chris@18 | 27 To build, simply |
Chris@18 | 28 $ pear package |
Chris@18 | 29 |
Chris@18 | 30 To install from scratch |
Chris@18 | 31 $ pear install package.xml |
Chris@18 | 32 |
Chris@18 | 33 To upgrade |
Chris@18 | 34 $ pear upgrade -f package.xml |