From: Greg Beaver Date: Fri, 11 Jan 2008 07:33:32 +0000 (+0000) Subject: update package.xml X-Git-Tag: RELEASE_2_0_0a1~949 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=aae1442ee30178f0cf48076b250a2685b3d4720a;p=php update package.xml --- diff --git a/ext/phar/package.xml b/ext/phar/package.xml index 0b59a0d685..a864c367fe 100644 --- a/ext/phar/package.xml +++ b/ext/phar/package.xml @@ -29,8 +29,8 @@ avaiable then SHA-256 and SHA-512 signatures are supported as well.helly@php.net yes - 2008-01-09 - + 2008-01-11 + 1.3.0 1.1.0 @@ -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 => 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 + @@ -477,6 +480,8 @@ Major feature functionality release + + @@ -536,7 +541,7 @@ Major feature functionality release stable stable - 2008-01-09 + 2008-01-11 PHP License @@ -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 => 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]