[ANNOUNCEMENT] Archive_Tar-1.3.12 (stable) Released.
[email protected] ("PEAR Announce") Mon, 4 Aug 2014 15:40:27 +0100 (BST)
| Newsgroups | php.pear.general |
|---|---|
| Message-ID | <[email protected]> |
The new PEAR package Archive_Tar-1.3.12 (stable) has been released at http://pear.php.net/.
Release notes
-------------
* Fix Bug #19964: Memory leaking in Archive_Tar [mrook]
* Fix Bug #20246: Broken with php 5.5.9 [mrook]
* Fix Bug #20275: "pax_global_header" looks like a regular file [mrook]
* Implement Feature #19827: pass filename to _addFile function - downstream patch [mrook]
* Implement Feature #20132: Add custom mode/uid/gid to addString() [mrook]
Package Info
------------
This class 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.
Related Links
-------------
Package home: http://pear.php.net/package/Archive_Tar
Changelog: http://pear.php.net/package/Archive_Tar/download/1.3.12
Download: http://download.pear.php.net/package/Archive_Tar-1.3.12.tgz
Authors
-------
Michiel Rook (lead)