]> granicus.if.org Git - php/commitdiff
- Update TODO, we most likely release current state as 1.1.0
authorMarcus Boerger <helly@php.net>
Wed, 4 Apr 2007 19:03:54 +0000 (19:03 +0000)
committerMarcus Boerger <helly@php.net>
Wed, 4 Apr 2007 19:03:54 +0000 (19:03 +0000)
ext/phar/TODO

index a1d76ded424ae568d4816418885c869a836807fc..1a96dc2d8cc55d07dd74772d14da3ba9bdda6652 100644 (file)
@@ -36,15 +36,17 @@ Version 1.1.0
    access to that phar archive are directed to the extracted directory. This
    allows to have the installed files and the archieve keep the same includes.
    [Marcus]
- * ability to have Phar object return file class as offsetGet() result
- * [optional] Phar->rollback() to abort a write transaction
- * implement GPG signing
  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 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
  * 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);