]> granicus.if.org Git - php/commitdiff
update package.xml
authorGreg Beaver <cellog@php.net>
Fri, 11 Jan 2008 07:33:32 +0000 (07:33 +0000)
committerGreg Beaver <cellog@php.net>
Fri, 11 Jan 2008 07:33:32 +0000 (07:33 +0000)
ext/phar/package.xml

index 0b59a0d685f019f68a156196c57fb10907110446..a864c367feac245d1ded43115e6f4e88f98a087e 100644 (file)
@@ -29,8 +29,8 @@ avaiable then SHA-256 and SHA-512 signatures are supported as well.</description
   <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>
@@ -47,7 +47,9 @@ Major feature functionality release
  * 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 =&gt; 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]
@@ -213,6 +215,7 @@ Major feature functionality release
      <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" />
@@ -477,6 +480,8 @@ Major feature functionality release
    <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" />
@@ -536,7 +541,7 @@ Major feature functionality release
     <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>
 
@@ -545,7 +550,9 @@ Major feature functionality release
  * 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 =&gt; 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]