]> granicus.if.org Git - php/commitdiff
Update TODO
authorSteph Fox <sfox@php.net>
Wed, 27 Feb 2008 21:41:59 +0000 (21:41 +0000)
committerSteph Fox <sfox@php.net>
Wed, 27 Feb 2008 21:41:59 +0000 (21:41 +0000)
ext/phar/TODO

index 13e064929794cb02b8d90b434b204de3a29b98da..d157f7ec8c1266323e576d046706ddef48bc4628 100644 (file)
@@ -94,6 +94,9 @@ Version 2.0.0
    ".phar" in the filename (or already have stub/alias)
  * 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
+ X implement initial support for simple zip/tar archives (PharData) [Steph]
  X make createDefaultStub() setDefaultStub() and have it file format-specific
    [Steph]
  X convertTo*() should always use the default stub [Steph]