Lines Matching refs:phar

4  X implement ini handler for phar.readonly and phar.require_hash that allows
11 X implement in-phar locking, so that a file that is opened for reading can't
17 X Phar->begin()/Phar->commit() for specifying a new stub to the phar,
19 X Phar->getStub() for retrieving the stub of the phar [Marcus]
37 X Ability to connect a phar file 'phar://whatever' to a directory. That way
38 all access to that phar archive are directed to the extracted directory.
51 X add preliminary phar command (phar.php) [Marcus]
52 X add phar command (phar.phar) [Marcus]
61 X Make -a optional in pack subcommand of phar.phar [Marcus]
71 X implement manual mounting of external phar archives to locations inside a
72 phar path, $phar->mount('/path/to/external.phar', 'internal/path');
73 this would traverse external.phar's manifest, and add each entry as a
75 X implement manual mounting of external paths to a directory inside a phar
78 template files in a location external to the phar. Copy of the files
79 would need to be performed in an installation step, phar would not attempt
87 ".phar" in the filename (or already have stub/alias) [Steph]
89 X prevent manual addition of stub via $a['.phar/stub.php'] = '<?php my stub'; [Greg]
92 X compression should work for non-phar archives [Steph]
103 X Layout: Option to compress all content rather than single files. (tar/phar
105 X clean crap paths like phar://blah.phar/file//../to\\here.php [Greg]
108 * implement write support for mounted files even if phar.readonly=1
109 * implement automatic "mounting" of internal phar archives so that
110 phar:///path/to/archive.phar/internal.phar/file opens internal.phar and
111 maps its manifest inside archive.phar. The manifest entry inside
112 archive.phar would be named "internal.phar/file". Write access to internal
113 files inside an internal phar would be denied, as the entire archive must