]> granicus.if.org Git - php/commitdiff
add todo about metadata, and 1.1 todo to search/match metadata [take 2]
authorGreg Beaver <cellog@php.net>
Sun, 28 Jan 2007 20:28:05 +0000 (20:28 +0000)
committerGreg Beaver <cellog@php.net>
Sun, 28 Jan 2007 20:28:05 +0000 (20:28 +0000)
ext/phar/TODO

index 8a05a6a4de00cba7109d95bc6bc2674c5cc032cd..e3563303084c1ead978a57ff6fe3f7f3c77f0da2 100644 (file)
@@ -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)