From: Greg Beaver Date: Wed, 9 Jan 2008 08:49:58 +0000 (+0000) Subject: update package.xml X-Git-Tag: RELEASE_2_0_0a1~968 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=aeda51223ca7808e4fb07c18e3fa9a530c0e9ac2;p=php update package.xml --- diff --git a/ext/phar/package.php b/ext/phar/package.php index 321f49e370..2eff70381a 100644 --- a/ext/phar/package.php +++ b/ext/phar/package.php @@ -10,6 +10,7 @@ Major feature functionality release * paths with . and .. work (phar://blah.phar/a/../b.php => phar://blah.phar/b.php) [Greg] * add support for mkdir()/rmdir() and support for empty directories to phar file format [Greg] * add option to compress the entire phar file for phar/tar file format [Greg] + * implement Phar::isCompressed() returning 0, Phar::GZ or Phar::BZ2 [Greg] * implement Phar::copy(string $from, string $to) [Greg] * implement Phar::buildFromIterator(Iterator $it[, string $base_directory]) [Greg] * add mapping of include/require from within a phar to location within phar [Greg] diff --git a/ext/phar/package.xml b/ext/phar/package.xml index ab849f1ee5..0b59a0d685 100644 --- a/ext/phar/package.xml +++ b/ext/phar/package.xml @@ -29,8 +29,8 @@ avaiable then SHA-256 and SHA-512 signatures are supported as well.helly@php.net yes - 2008-01-08 - + 2008-01-09 + 1.3.0 1.1.0 @@ -50,6 +50,8 @@ Major feature functionality release * include/fopen with include_path all work unmodified within a phar [Greg] * paths with . and .. work (phar://blah.phar/a/../b.php => phar://blah.phar/b.php) [Greg] * add support for mkdir()/rmdir() and support for empty directories to phar file format [Greg] + * add option to compress the entire phar file for phar/tar file format [Greg] + * implement Phar::isCompressed() returning 0, Phar::GZ or Phar::BZ2 [Greg] * implement Phar::copy(string $from, string $to) [Greg] * implement Phar::buildFromIterator(Iterator $it[, string $base_directory]) [Greg] * add mapping of include/require from within a phar to location within phar [Greg] @@ -209,6 +211,8 @@ Major feature functionality release + + @@ -408,6 +412,7 @@ Major feature functionality release + @@ -419,6 +424,7 @@ Major feature functionality release + @@ -530,7 +536,7 @@ Major feature functionality release stable stable - 2008-01-08 + 2008-01-09 PHP License @@ -542,6 +548,8 @@ Major feature functionality release * include/fopen with include_path all work unmodified within a phar [Greg] * paths with . and .. work (phar://blah.phar/a/../b.php => phar://blah.phar/b.php) [Greg] * add support for mkdir()/rmdir() and support for empty directories to phar file format [Greg] + * add option to compress the entire phar file for phar/tar file format [Greg] + * implement Phar::isCompressed() returning 0, Phar::GZ or Phar::BZ2 [Greg] * implement Phar::copy(string $from, string $to) [Greg] * implement Phar::buildFromIterator(Iterator $it[, string $base_directory]) [Greg] * add mapping of include/require from within a phar to location within phar [Greg]