diff options
author | Greg Beaver <cellog@php.net> | 2008-03-24 03:01:31 +0000 |
---|---|---|
committer | Greg Beaver <cellog@php.net> | 2008-03-24 03:01:31 +0000 |
commit | 2e9fca4f0bc52bb929f7cc0bb26cf9e7f019c953 (patch) | |
tree | 2aefec783d1d3c74d93afabd22985417d9f060fc /ext/phar/TODO | |
parent | b4b890cb8f74ccb1728712b675fc2099a789da82 (diff) | |
download | php-git-2e9fca4f0bc52bb929f7cc0bb26cf9e7f019c953.tar.gz |
fix read/write for PharData object, update tests to current API
Diffstat (limited to 'ext/phar/TODO')
-rw-r--r-- | ext/phar/TODO | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/phar/TODO b/ext/phar/TODO index 9f38b059c9..945e7a5ccc 100644 --- a/ext/phar/TODO +++ b/ext/phar/TODO @@ -86,7 +86,7 @@ Version 2.0.0 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] - X allow read/write on .tar/.zip files that do not contain a stub or alias [Steph] + X allow read/write on .tar/.zip files that do not contain a stub or alias [Steph/Greg] X prevent manual addition of stub via $a['.phar/stub.php'] = '<?php my stub'; [Greg] * investigate potential collision between SPL's DirectoryIterator flags and those in phar_archive_data |