<?xml version="1.0" encoding="UTF-8" ?>
<r xmlns="http://pear.php.net/dtd/rest.release"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    xmlns:xlink="http://www.w3.org/1999/xlink"
    xsi:schemaLocation="http://pear.php.net/dtd/rest.release
    http://pear.php.net/dtd/rest.release.xsd">
 <p xlink:href="/rest/p/file_archive">File_Archive</p>
 <c>pear.php.net</c>
 <v>0.2.0</v>
 <st>beta</st>
 <l>LGPL</l>
 <m>vincentlascaux</m>
 <s>File_Archive will let you manipulate easily the tar, gz and zip files</s>
 <d>File_Archive will let you manipulate easily the tar, gz and zip files.
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 and zip archives.
You can write to file(s), send mails with files attached, or create tar, gz or zip archives.
</d>
 <da>2005-02-24 12:43:20</da>
 <n>+ Add a MIME predicate
+ Change the toArchive function to detect the compression format using the extension of the file
  (Warning: this is not backward compatible since the order of the arguments have changed)</n>
 <f>33001</f>
 <g>http://pear.php.net/get/File_Archive-0.2.0</g>
 <x xlink:href="package.0.2.0.xml"/>
</r>