From e5527ea5d8879ca7aa97c0dcaef623359dd21c57 Mon Sep 17 00:00:00 2001 From: Marcus Boerger Date: Mon, 21 May 2007 16:46:19 +0000 Subject: [PATCH] - Update --- ext/phar/TODO | 4 +++- ext/phar/package.php | 5 ++++- 2 files changed, 7 insertions(+), 2 deletions(-) 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")) { -- 2.50.1