diff options
author | Greg Beaver <cellog@php.net> | 2008-03-26 03:55:37 +0000 |
---|---|---|
committer | Greg Beaver <cellog@php.net> | 2008-03-26 03:55:37 +0000 |
commit | 085bb5cdd632c1fabddb3578b7607b1d8ffd8cc1 (patch) | |
tree | 3ef3bf1b6e8825a8ad56489ae9202c195393dd0e /ext/phar/TODO | |
parent | fd44ea24e2e1bc337db9f0eea739b318f4e69247 (diff) | |
download | php-git-085bb5cdd632c1fabddb3578b7607b1d8ffd8cc1.tar.gz |
prepare release of 2.0.0a1
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 945e7a5ccc..57c90881ca 100644 --- a/ext/phar/TODO +++ b/ext/phar/TODO @@ -78,7 +78,6 @@ Version 2.0.0 template files in a location external to the phar. Copy of the files would need to be performed in an installation step, phar would not attempt to do this for performance and security reasons. [Greg] - * implement write support for mounted files even if phar.readonly=1 X implement opendir support for mounted paths [Greg] X make convertToZip/convertToTar rename files [Steph] X make convertTo*() with full file compression rename to append .gz or .bz2 @@ -106,6 +105,7 @@ Version 2.0.0 X clean crap paths like phar://blah.phar/file//../to\\here.php [Greg] Version 2.1.0 + * implement write support for mounted files even if phar.readonly=1 * implement automatic "mounting" of internal phar archives so that phar:///path/to/archive.phar/internal.phar/file opens internal.phar and maps its manifest inside archive.phar. The manifest entry inside |