From d2339c11e29bd07e71af06db73026084ffed9840 Mon Sep 17 00:00:00 2001 From: Greg Beaver Date: Tue, 13 Dec 2005 23:40:25 +0000 Subject: [PATCH] add package.xml --- ext/phar/package.xml | 80 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 80 insertions(+) create mode 100644 ext/phar/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 -- 2.50.1