From: Greg Beaver Date: Sun, 28 Jan 2007 20:28:05 +0000 (+0000) Subject: add todo about metadata, and 1.1 todo to search/match metadata [take 2] X-Git-Tag: RELEASE_1_0_0RC1~89 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4596ee7d8af4a139ee039c80e04df8074936df3a;p=php add todo about metadata, and 1.1 todo to search/match metadata [take 2] --- diff --git a/ext/phar/TODO b/ext/phar/TODO index 8a05a6a4de..e356330308 100644 --- a/ext/phar/TODO +++ b/ext/phar/TODO @@ -32,3 +32,5 @@ Version 1.1.0 * ability to have Phar object return file class as offsetGet() result * [optional] Phar->rollback() to abort a write transaction * implement GPG 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)