]> granicus.if.org Git - php/commitdiff
- Update
authorMarcus Boerger <helly@php.net>
Mon, 21 May 2007 16:46:19 +0000 (16:46 +0000)
committerMarcus Boerger <helly@php.net>
Mon, 21 May 2007 16:46:19 +0000 (16:46 +0000)
ext/phar/TODO
ext/phar/package.php

index 95367595f06d5eedc9e1bf1aac0826279e62e0e3..5c9ea9d7e07fd4ee20461f4818a4c0569e77beb7 100644 (file)
@@ -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
 
index 46e74102fa5176329506abfbb46a860c3e8aeea8..d5bcc6d9974051415f6a6892bee0a850d0491b64 100644 (file)
@@ -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")) {