| PEAR Announce 2005-05-08, 8:56 am |
| The new PEAR package File_Archive-1.1.0 (stable) has been released at http://pear.php.net/.
Release notes
-------------
+ Add the makeAppendWriter function on readers to allow to append data to an existing archive
Package Info
-------------
This library is strongly object oriented. It makes it very easy to use, writing simple code, yet the library is very powerfull.
File_Archive is made of two objects : readers and writers. Are currently implemented readers from file, directory, tar, gz, zip and bzip2 archives.
You can write to file(s), send mails with files attached, or create tar, gz, zip, bzip2 archives.
Related Links
-------------
Package home: http://pear.php.net/package/File_Archive
Changelog: http://pear.php.net/package/File_Archive/download/1.1.0
Download: http://pear.php.net/get/File_Archive-1.1.0.tgz
Authors
-------------
Vincent Lascaux (lead)
|