]> granicus.if.org Git - php/commitdiff
- Split TODO
authorMarcus Boerger <helly@php.net>
Mon, 26 Mar 2007 20:36:10 +0000 (20:36 +0000)
committerMarcus Boerger <helly@php.net>
Mon, 26 Mar 2007 20:36:10 +0000 (20:36 +0000)
ext/phar/TODO

index c5cd45520401069e8e968a858acf0aa2b3b6d894..a1d76ded424ae568d4816418885c869a836807fc 100644 (file)
@@ -42,6 +42,9 @@ Version 1.1.0
  X add SHA-2 (256, 512) support [Marcus]
  X setSignatureAlgorithm() and Phar::MD5 Phar::SHA1 Phar::SHA256 Phar::SHA512 Phar::PGP to
    choose the kind of signature to use (PGP falls back to SHA1) [Greg]
+
+Version 1.2.0
+
  * 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);