From: Marcus Boerger Date: Fri, 18 May 2007 17:53:32 +0000 (+0000) Subject: - Update TODO X-Git-Tag: RELEASE_1_4~134 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=611aa32fee2219521d8ab5a50a76581488025845;p=php - Update TODO --- diff --git a/ext/phar/TODO b/ext/phar/TODO index bc57232514..95367595f0 100644 --- a/ext/phar/TODO +++ b/ext/phar/TODO @@ -51,6 +51,11 @@ Version 1.2.0 X list all available compression methods using Phar::getSupportedCompression() [Marcus] X Remove RINIT [Marcus] +Version 1.2.1 + + X Add Phar::getAlias() [Marcus] + X Made -a optional in pack subcommand of phar.phar [Marcus] + Version 1.3.0 * Provide an additional header that allows better compatibility with PHP 4 diff --git a/ext/phar/package.php b/ext/phar/package.php index cea3072126..6299ab9c0c 100644 --- a/ext/phar/package.php +++ b/ext/phar/package.php @@ -1,13 +1,8 @@