From: Vincent Blavet Date: Thu, 19 Jun 2003 05:52:28 +0000 (+0000) Subject: - Sync with pear/Archive_Tar/package.xml 1.12 X-Git-Tag: RELEASE_1_0_2~148 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6b9269c7171d5bf07a8b5f629f2d2df6c1cb226a;p=php - Sync with pear/Archive_Tar/package.xml 1.12 --- diff --git a/pear/package-Archive_Tar.xml b/pear/package-Archive_Tar.xml index 64ee07b5c8..7d54a01739 100644 --- a/pear/package-Archive_Tar.xml +++ b/pear/package-Archive_Tar.xml @@ -6,7 +6,7 @@ This class provides handling of tar files in PHP. It supports creating, listing, extracting and adding to tar files. Gzip support is available if PHP has the zlib extension built-in or -loaded. +loaded. Bz2 compression is also supported with the bz2 extension loaded. PHP License @@ -24,11 +24,12 @@ loaded. - 0.9 - 2002-05-27 - - * Auto-detect gzip'ed files - + 1.1 + 2003-05-28 + * Add support for BZ2 compression +* Add support for add and extract without using temporary files : methods addString() and extractInString() + + stable @@ -38,6 +39,30 @@ loaded. + + 1.0 + 2003-01-24 + Change status to stable + stable + + + + + + + + + 0.10-b1 + 2003-01-08 + Add support for long filenames (greater than 99 characters) + beta + + + 0.9 + 2002-05-27 + Auto-detect gzip'ed files + stable + 0.4 2002-05-20