| PEAR Announce 2005-05-30, 8:57 pm |
| The new PEAR package File_Archive-1.3.0 (stable) has been released at http://pear.php.net/.
Release notes
-------------
+ Add some functions to allow archive modification
- File_Archive::appender creates a writer to append files to an existing archive
- File_Archive::remove and File_Archive::removeDuplicates removes some files from
an existing archive
These functions allow to modify archives or even nested archives
See http://poocl.la-grotte.org for more detailed examples
Package Info
-------------
This library is strongly object oriented. It makes it very easy to use, writing simple code, yet the library is very powerfull.
It lets you easily read or generate tar, gz, tgz, bz2, tbz, zip, ar (or deb) archives to files, memory, mail or standard output.
See http://poocl.la-grotte.org for a tutorial
Related Links
-------------
Package home: http://pear.php.net/package/File_Archive
Changelog: http://pear.php.net/package/File_Archive/download/1.3.0
Download: http://pear.php.net/get/File_Archive-1.3.0.tgz
Authors
-------------
Vincent Lascaux (lead)
Pablo Fischer (developer)
|