From: Greg Beaver Date: Tue, 8 Jan 2008 20:36:32 +0000 (+0000) Subject: update package.xml so this can be installed X-Git-Tag: RELEASE_2_0_0a1~983 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=88bdd1280345305beb77191aae05017de24a6e4a;p=php update package.xml so this can be installed --- diff --git a/ext/phar/package.php b/ext/phar/package.php index f1f0f021bd..8423896f25 100644 --- a/ext/phar/package.php +++ b/ext/phar/package.php @@ -2,8 +2,12 @@ $notes = ' Major feature functionality release - * include/fopen with include_path all work unmodified within a phar - * paths with . and .. work (phar://blah.phar/a/../b.php => phar://blah.phar/b.php) + * add support for tar-based and zip-based phar archives [Greg] + * add Phar::isTar(), Phar::isZip(), and Phar::isPhar() [Greg] + * add Phar::webPhar() for running a web-based application unmodified + directly from a phar archive [Greg] + * 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] * 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 fc9c2303cc..faf71eec43 100644 --- a/ext/phar/package.xml +++ b/ext/phar/package.xml @@ -1,5 +1,5 @@ - + phar pecl.php.net allows running of complete applications out of .phar files (like Java .jar files) @@ -29,8 +29,8 @@ avaiable then SHA-256 and SHA-512 signatures are supported as well.helly@php.net yes - 2007-12-20 - + 2008-01-08 + 1.3.0 1.1.0 @@ -43,8 +43,12 @@ avaiable then SHA-256 and SHA-512 signatures are supported as well. Major feature functionality release - * include/fopen with include_path all work unmodified within a phar - * paths with . and .. work (phar://blah.phar/a/../b.php => phar://blah.phar/b.php) + * add support for tar-based and zip-based phar archives [Greg] + * add Phar::isTar(), Phar::isZip(), and Phar::isPhar() [Greg] + * add Phar::webPhar() for running a web-based application unmodified + directly from a phar archive [Greg] + * 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] * 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] @@ -54,6 +58,63 @@ Major feature functionality release + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -64,6 +125,168 @@ Major feature functionality release + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -114,6 +337,51 @@ Major feature functionality release + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -197,6 +465,8 @@ Major feature functionality release + + @@ -207,7 +477,13 @@ Major feature functionality release + + + + + + @@ -250,13 +526,17 @@ Major feature functionality release stable stable - 2007-12-20 + 2008-01-08 PHP License Major feature functionality release - * include/fopen with include_path all work unmodified within a phar - * paths with . and .. work (phar://blah.phar/a/../b.php => phar://blah.phar/b.php) + * add support for tar-based and zip-based phar archives [Greg] + * add Phar::isTar(), Phar::isZip(), and Phar::isPhar() [Greg] + * add Phar::webPhar() for running a web-based application unmodified + directly from a phar archive [Greg] + * 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] * 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]