From: Greg Beaver Date: Mon, 25 Feb 2008 04:49:19 +0000 (+0000) Subject: update TODO X-Git-Tag: RELEASE_2_0_0a1~335 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2d36a89d83d513e328435dc24e6f3a5594cda147;p=php update TODO --- diff --git a/ext/phar/TODO b/ext/phar/TODO index 32053f2656..edf38b04e4 100644 --- a/ext/phar/TODO +++ b/ext/phar/TODO @@ -73,11 +73,13 @@ Version 2.0.0 $phar->mount('/path/to/external.phar', 'internal/path'); this would travers external.phar's manifest, and add each entry as a virtual entry just like automatic mounting of internal phars - * implement manual mounting of external paths to a directory inside a phar path. Because the mapping + X implement manual mounting of external paths to a directory inside a phar path. Because the mapping would be to an external directory, write access would be allowed always. This allows storing sqlite databases, cache, or 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. + security reasons. [Greg] + * implement write support for mounted files even if phar.readonly=1 + * implement opendir support for mounted paths 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