<email>helly@php.net</email>
<active>yes</active>
</lead>
- <date>2008-01-09</date>
- <time>02:50:07</time>
+ <date>2008-01-11</date>
+ <time>01:30:28</time>
<version>
<release>1.3.0</release>
<api>1.1.0</api>
* add Phar::isTar(), Phar::isZip(), and Phar::isPhar() [Greg]
* add Phar::webPhar() for running a web-based application unmodified
directly from a phar archive [Greg]
- * include/fopen with include_path all work unmodified within a phar [Greg]
+ * file functions (fopen-based and stat-based) can be instructed to only look for
+ relative paths within a phar via Phar::interceptFileFuncs()
+ * include works 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]
<file name="tar_004.phpt" role="test" />
<file name="tar_bz2.phpt" role="test" />
<file name="tar_gzip.phpt" role="test" />
+ <file name="tar_nostub.phpt" role="test" />
</dir> <!-- /tests/tar -->
<dir name="zip">
<file name="033.phpt" role="test" />
<file name="CREDITS" role="doc" />
<file name="dirstream.c" role="src" />
<file name="dirstream.h" role="src" />
+ <file name="func_interceptors.c" role="src" />
+ <file name="func_interceptors.h" role="src" />
<file name="gdbhelp" role="data" />
<file name="LICENSE" role="doc" />
<file name="Makefile.frag" role="src" />
<release>stable</release>
<api>stable</api>
</stability>
- <date>2008-01-09</date>
+ <date>2008-01-11</date>
<license uri="http://www.php.net/license">PHP License</license>
<notes>
* add Phar::isTar(), Phar::isZip(), and Phar::isPhar() [Greg]
* add Phar::webPhar() for running a web-based application unmodified
directly from a phar archive [Greg]
- * include/fopen with include_path all work unmodified within a phar [Greg]
+ * file functions (fopen-based and stat-based) can be instructed to only look for
+ relative paths within a phar via Phar::interceptFileFuncs()
+ * include works 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]