<?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>1.5.4</v>
 <st>stable</st>
 <l>LGPL</l>
 <m>cbrunet</m>
 <s>File_Archive will let you manipulate easily the tar, gz, tgz, bz2, tbz, zip, ar (or deb) files</s>
 <d>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</d>
 <da>2008-06-05 17:32:11</da>
 <n>+ Bug #4159, #4204, #4548, #7650 (PHP4 compatibility)
+ Bug #4194, #4925 (short opening tags, whitespaces at beginning of file)
+ Bug #4916, #4921, #12175 (missing or wrong require_once)
+ Bug #4953 (absolute paths on Windows)
+ Bug #5095 (removed some debug code)
+ Bug #5145, #6646 (missing $)
+ Bug #5566 (support extraction of JAR files)
+ Bug #5792, #12450 (some PEAR::Error weren't returned back to caller)
+ Bug #5991 (reading of long filenames in TAR files)
+ Bug #6387 (reading of PK00PK ZIP files)
+ Bug #6570 (corrected headers in Output functions)
+ Bug #6743 (reading of uppercase filenames)
+ Bug #8187 (. mangled in paths)
+ Bug #8647 (typo)
+ Bug #9676 (reading of ZIP files with special signature)
+ Bug #10247 (CS stuff)
+ Bug #11084 (package2.xml file)
+ Bug #12448 (empty dirs removed on tar archives)
+ Bug #13311 (extracting of ZIP files on 64 bits systems)
+ Bug #13516 (removing of PHP warnings)
+ Bug #13904 (bzip2 doesn't support compression level)
+ Add File_Archive::removeDirectoryStructure to create a reader that discard
  the directory information of another reader
+ Readers now report the directories as file ending with a / (warning: this
  may be a backward compatibility problem if you read directly from the reader,
  but not if you exclusively use File_Archive::extract)
+</n>
 <f>58042</f>
 <g>http://pear.php.net/get/File_Archive-1.5.4</g>
 <x xlink:href="package.1.5.4.xml"/>
</r>