From 4596ee7d8af4a139ee039c80e04df8074936df3a Mon Sep 17 00:00:00 2001 From: Greg Beaver Date: Sun, 28 Jan 2007 20:28:05 +0000 Subject: [PATCH] add todo about metadata, and 1.1 todo to search/match metadata [take 2] --- ext/phar/TODO | 2 ++ 1 file changed, 2 insertions(+) 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) -- 2.50.1