summaryrefslogtreecommitdiff
path: root/ext/phar/TODO
diff options
context:
space:
mode:
authorMarcus Boerger <helly@php.net>2007-03-25 19:03:38 +0000
committerMarcus Boerger <helly@php.net>2007-03-25 19:03:38 +0000
commitb983973a1dd2f72cc576a4d68594a7725089d9b6 (patch)
treebfd85b36d8c8b4c2327079f760857559901d1f12 /ext/phar/TODO
parent587009adcd6ada920f2726e4da78aadc8fa707e5 (diff)
downloadphp-git-b983973a1dd2f72cc576a4d68594a7725089d9b6.tar.gz
- Add ini: phar.extract_list
- Add Phar::getExtractList - Both allow to set a mapping <phar-file> to <extract-dir> [[DOC]]
Diffstat (limited to 'ext/phar/TODO')
-rw-r--r--ext/phar/TODO5
1 files changed, 5 insertions, 0 deletions
diff --git a/ext/phar/TODO b/ext/phar/TODO
index 6bf549a6b3..3dced205c3 100644
--- a/ext/phar/TODO
+++ b/ext/phar/TODO
@@ -32,9 +32,14 @@ Version 1.0.0
Version 1.1.0
+ X Ability connect a phar file 'phar://whatever' to a directory. That way all
+ access to that phat archive are directed to the extracted directory. This
+ allows to have the installed files and the archieve keep the same includes.
+ [Marcus]
* ability to have Phar object return file class as offsetGet() result
* [optional] Phar->rollback() to abort a write transaction
* implement GPG signing
+ * add SHA-2 support
* ability to match files containing a metadata key opendir('phar://a.phar/?mime-type=image/jpeg')
or foreach ($p->match('mime-type', 'image/jpeg') as $file)
* Phar::copy($from, $to);