<?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.3.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, zip and bzip2 archives.
You can write to file(s), send mails with files attached, or create tar, gz, zip, bzip2 archives.
</d>
 <da>2005-04-08 06:19:19</da>
 <n>+ Bug 3894
+ The File_Archive::read function does no longer take the optional source parameter
  A File_Archive::readSource function has been created that takes the source parameter
+ The mail parameter in File_Archive::toMail is now mandatory, but giving a null variable will
  result in using Mail::factory(&quot;mail&quot;)
+ The File_Archive::toMemory function does no longer take a variable argument
  A File_Archive::toVariable function has been created for that</n>
 <f>34713</f>
 <g>http://pear.php.net/get/File_Archive-0.3.0</g>
 <x xlink:href="package.0.3.0.xml"/>
</r>