From: Marcus Boerger Date: Mon, 21 May 2007 16:46:19 +0000 (+0000) Subject: - Update X-Git-Tag: RELEASE_1_4~104 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e5527ea5d8879ca7aa97c0dcaef623359dd21c57;p=php - Update --- diff --git a/ext/phar/TODO b/ext/phar/TODO index 95367595f0..5c9ea9d7e0 100644 --- a/ext/phar/TODO +++ b/ext/phar/TODO @@ -54,7 +54,9 @@ Version 1.2.0 Version 1.2.1 X Add Phar::getAlias() [Marcus] - X Made -a optional in pack subcommand of phar.phar [Marcus] + * Add Phar::setAlias() + X Make -a optional in pack subcommand of phar.phar [Marcus] + X Make Phar::loadPhar() and Phar::mapPhar() ignore extracted archives Version 1.3.0 diff --git a/ext/phar/package.php b/ext/phar/package.php index 46e74102fa..d5bcc6d997 100644 --- a/ext/phar/package.php +++ b/ext/phar/package.php @@ -3,7 +3,10 @@ $notes = ' * add Phar::getAlias() [Marcus] * Made -a optional in pack subcommand of phar.phar [Marcus] - * Fix issue with apache module [Marcus] + * Fix issue with apache module and extracted archives [Marcus] + * Send all error messages to stderr in phar.phar [Marcus] + * Added new subcommands add and delete to phar.phar [Marcus] + * Made Phar::loadPhar() and Phar::mapPhar() ignore extracted archives [Marcus] '; if (!class_exists("Phar") && !extension_loaded("Phar")) {