From: Greg Beaver Date: Tue, 13 Dec 2005 23:40:25 +0000 (+0000) Subject: add package.xml X-Git-Tag: RELEASE_1_0_4~391 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d2339c11e29bd07e71af06db73026084ffed9840;p=php add package.xml --- diff --git a/ext/phar/package.xml b/ext/phar/package.xml new file mode 100644 index 0000000000..d61b39bd5a --- /dev/null +++ b/ext/phar/package.xml @@ -0,0 +1,80 @@ + + + phar + pecl.php.net + allows running of complete applications out of .phar files (like Java .jar files) + +This is the extension version of PEAR's PHP_Archive package. Support for zlib and crc32 is achieved without any dependency other than the external libz. The zlib extension need not be enabled to take advantage of compressed .phar files. + +.phar files should be created using pear.php.net/PHP_Archive + + + Greg Beaver + cellog + cellog@php.net + yes + + 2005-12-12 + + 0.1.0 + 0.1.0 + + + alpha + alpha + + PHP License + + Initial release. This release is fully regression-tested and works on + both windows and unix with existing phars go-pear.phar/install-pear-nozlib.phar + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 5.1.0 + + + 1.4.3 + + + + phar + + \ No newline at end of file