* paths with . and .. work (phar://blah.phar/a/../b.php => phar://blah.phar/b.php) [Greg]
* add support for mkdir()/rmdir() and support for empty directories to phar file format [Greg]
* add option to compress the entire phar file for phar/tar file format [Greg]
+ * implement Phar::isCompressed() returning 0, Phar::GZ or Phar::BZ2 [Greg]
* implement Phar::copy(string $from, string $to) [Greg]
* implement Phar::buildFromIterator(Iterator $it[, string $base_directory]) [Greg]
* add mapping of include/require from within a phar to location within phar [Greg]
<email>helly@php.net</email>
<active>yes</active>
</lead>
- <date>2008-01-08</date>
- <time>21:53:23</time>
+ <date>2008-01-09</date>
+ <time>02:50:07</time>
<version>
<release>1.3.0</release>
<api>1.1.0</api>
* include/fopen with include_path all work unmodified within a phar [Greg]
* paths with . and .. work (phar://blah.phar/a/../b.php => phar://blah.phar/b.php) [Greg]
* add support for mkdir()/rmdir() and support for empty directories to phar file format [Greg]
+ * add option to compress the entire phar file for phar/tar file format [Greg]
+ * implement Phar::isCompressed() returning 0, Phar::GZ or Phar::BZ2 [Greg]
* implement Phar::copy(string $from, string $to) [Greg]
* implement Phar::buildFromIterator(Iterator $it[, string $base_directory]) [Greg]
* add mapping of include/require from within a phar to location within phar [Greg]
<file name="tar_002.phpt" role="test" />
<file name="tar_003.phpt" role="test" />
<file name="tar_004.phpt" role="test" />
+ <file name="tar_bz2.phpt" role="test" />
+ <file name="tar_gzip.phpt" role="test" />
</dir> <!-- /tests/tar -->
<dir name="zip">
<file name="033.phpt" role="test" />
<file name="phar_buildfromiterator7.phpt" role="test" />
<file name="phar_buildfromiterator8.phpt" role="test" />
<file name="phar_buildfromiterator9.phpt" role="test" />
+ <file name="phar_bz2.phpt" role="test" />
<file name="phar_commitwrite.phpt" role="test" />
<file name="phar_copy.phpt" role="test" />
<file name="phar_create_in_cwd.phpt" role="test" />
<file name="phar_get_supportedcomp4.phpt" role="test" />
<file name="phar_get_suppoted_signatures_001.phpt" role="test" />
<file name="phar_get_suppoted_signatures_002.phpt" role="test" />
+ <file name="phar_gzip.phpt" role="test" />
<file name="phar_magic.phpt" role="test" />
<file name="phar_metadata_read.phpt" role="test" />
<file name="phar_metadata_write.phpt" role="test" />
<release>stable</release>
<api>stable</api>
</stability>
- <date>2008-01-08</date>
+ <date>2008-01-09</date>
<license uri="http://www.php.net/license">PHP License</license>
<notes>
* include/fopen with include_path all work unmodified within a phar [Greg]
* paths with . and .. work (phar://blah.phar/a/../b.php => phar://blah.phar/b.php) [Greg]
* add support for mkdir()/rmdir() and support for empty directories to phar file format [Greg]
+ * add option to compress the entire phar file for phar/tar file format [Greg]
+ * implement Phar::isCompressed() returning 0, Phar::GZ or Phar::BZ2 [Greg]
* implement Phar::copy(string $from, string $to) [Greg]
* implement Phar::buildFromIterator(Iterator $it[, string $base_directory]) [Greg]
* add mapping of include/require from within a phar to location within phar [Greg]