]> granicus.if.org Git - php/commitdiff
update TODO
authorSteph Fox <sfox@php.net>
Fri, 7 Mar 2008 14:59:47 +0000 (14:59 +0000)
committerSteph Fox <sfox@php.net>
Fri, 7 Mar 2008 14:59:47 +0000 (14:59 +0000)
ext/phar/TODO

index 96d26466b9357d61d81d27f93d7324e240ce0770..987a793df0d17d19cea1b777a420dcee7035c634 100644 (file)
@@ -89,14 +89,14 @@ Version 2.0.0
  X make convertToZip/convertToTar rename files [Steph]
  X make convertTo*() with full file compression rename to append .gz or .bz2
    [Steph]
- * don't automatically add a stub to .zip or .tar files
* don't allow a stub or alias to be added to a .zip/.tar that does not have
-   ".phar" in the filename (or already have stub/alias)
+ X don't automatically add a stub to .zip or .tar files [Steph]
X don't allow a stub or alias to be added to a .zip/.tar that does not have
+   ".phar" in the filename (or already have stub/alias) [Steph]
  * allow read/write on .tar/.zip files that do not contain a stub or alias
  * prevent manual addition of stub via $a['.phar/stub.php'] = '<?php my stub';
  * investigate potential collision between SPL's DirectoryIterator flags and
    those in phar_archive_data
- * compression should work for non-phar archives
+ X compression should work for non-phar archives [Steph]
  X implement initial support for simple zip/tar archives (PharData) [Steph]
  X make createDefaultStub() setDefaultStub() and have it file format-specific
    [Steph]