From: Greg Beaver Date: Mon, 12 May 2008 20:43:04 +0000 (+0000) Subject: prepare for release X-Git-Tag: RELEASE_2_0_0b1~1 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5974e9ccff36b0082c492aaca27b27cbd30805c1;p=php prepare for release --- diff --git a/ext/phar/package.xml b/ext/phar/package.xml index 6a9aaef126..d2d3dcdfd3 100644 --- a/ext/phar/package.xml +++ b/ext/phar/package.xml @@ -42,8 +42,8 @@ a 6x speedup measured running phpMyAdmin as a phar archive. sfox@php.net yes - 2008-05-07 - + 2008-05-12 + 2.0.0b1 1.1.1 @@ -64,7 +64,7 @@ BC BREAKING RELEASE Major feature functionality release * new default stub allows running of phar-based phars without phar extension [Greg/Steph] * add support for tar-based and zip-based phar archives [Greg] - * add Phar::isTar(), Phar::isZip(), and Phar::isPhar() [Greg] + * add Phar::isFileFormat() [Greg] * add Phar::convertToExecutable(), Phar::convertToData() [Greg] * add Phar::compress() [Greg] * rename Phar::compressAllFiles() to compressFiles(), uncompressAllFiles() to @@ -82,9 +82,12 @@ Major feature functionality release * 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::running(), returns path or URL to currently executed phar * implement Phar::buildFromIterator(Iterator $it[, string $base_directory]) [Greg] + * implement Phar::buildFromDirectory(string $base_directory[, string $regex]) [Steph] * implement Phar::mount() for mounting external paths or files to locations inside a phar [Greg] * add Phar::delete() [Greg] + * implement Phar::unlinkArchive() [Greg] Security addition * aliases are validated so that they contain no directory separators as intended @@ -161,6 +164,7 @@ Changes since 2.0.0a2: many bugfixes, removal of phar.extract_list, compression + @@ -188,11 +192,14 @@ Changes since 2.0.0a2: many bugfixes, removal of phar.extract_list, compression + + + @@ -227,6 +234,9 @@ Changes since 2.0.0a2: many bugfixes, removal of phar.extract_list, compression + + + @@ -331,6 +341,7 @@ Changes since 2.0.0a2: many bugfixes, removal of phar.extract_list, compression + @@ -370,6 +381,7 @@ Changes since 2.0.0a2: many bugfixes, removal of phar.extract_list, compression + @@ -443,6 +455,7 @@ Changes since 2.0.0a2: many bugfixes, removal of phar.extract_list, compression + @@ -456,10 +469,12 @@ Changes since 2.0.0a2: many bugfixes, removal of phar.extract_list, compression + + @@ -507,6 +522,7 @@ Changes since 2.0.0a2: many bugfixes, removal of phar.extract_list, compression + @@ -558,6 +574,7 @@ Changes since 2.0.0a2: many bugfixes, removal of phar.extract_list, compression + @@ -608,10 +625,14 @@ Changes since 2.0.0a2: many bugfixes, removal of phar.extract_list, compression + + + + @@ -692,7 +713,7 @@ Changes since 2.0.0a2: many bugfixes, removal of phar.extract_list, compression beta beta - 2008-05-07 + 2008-05-12 PHP License @@ -705,7 +726,7 @@ BC BREAKING RELEASE Major feature functionality release * new default stub allows running of phar-based phars without phar extension [Greg/Steph] * add support for tar-based and zip-based phar archives [Greg] - * add Phar::isTar(), Phar::isZip(), and Phar::isPhar() [Greg] + * add Phar::isFileFormat() [Greg] * add Phar::convertToExecutable(), Phar::convertToData() [Greg] * add Phar::compress() [Greg] * rename Phar::compressAllFiles() to compressFiles(), uncompressAllFiles() to @@ -723,9 +744,12 @@ Major feature functionality release * 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::running(), returns path or URL to currently executed phar * implement Phar::buildFromIterator(Iterator $it[, string $base_directory]) [Greg] + * implement Phar::buildFromDirectory(string $base_directory[, string $regex]) [Steph] * implement Phar::mount() for mounting external paths or files to locations inside a phar [Greg] * add Phar::delete() [Greg] + * implement Phar::unlinkArchive() [Greg] Security addition * aliases are validated so that they contain no directory separators as intended