From 85a9934c0cf581ee3966f2e41b327c531ba8b0a6 Mon Sep 17 00:00:00 2001 From: Marcus Boerger Date: Mon, 14 May 2007 17:20:10 +0000 Subject: [PATCH] - Update --- ext/phar/TODO | 7 ++++++- ext/phar/package.php | 1 + 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/ext/phar/TODO b/ext/phar/TODO index 1a96dc2d8c..930e2cad2b 100644 --- a/ext/phar/TODO +++ b/ext/phar/TODO @@ -43,10 +43,15 @@ Version 1.1.0 Version 1.2.0 + * add PharFileInfo::hasMetadata(), PharFileInfo::delMetadata() [Marcus] + * fix Phar::CanWrite() [Marcus] + * add preliminary phar command (phar.php) [Marcus] + * add phar command (phar.phar) [Marcus] + * list all available signature methods * ability to have Phar object return file class as offsetGet() result * ability to store empty directories * [optional] Phar->rollback() to abort a write transaction - * implement GPG signing + * implement PPG signing * ability to match files containing a metadata key opendir('phar://a.phar/?mime-type=image/jpeg') or foreach ($p->match('mime-type', 'image/jpeg') as $file) * Phar::copy($from, $to); diff --git a/ext/phar/package.php b/ext/phar/package.php index 33626a408d..9bd8301f1b 100644 --- a/ext/phar/package.php +++ b/ext/phar/package.php @@ -1,6 +1,7 @@