]> granicus.if.org Git - php/commitdiff
- Update TODO
authorMarcus Boerger <helly@php.net>
Fri, 18 May 2007 17:53:32 +0000 (17:53 +0000)
committerMarcus Boerger <helly@php.net>
Fri, 18 May 2007 17:53:32 +0000 (17:53 +0000)
ext/phar/TODO
ext/phar/package.php

index bc572325140286552699cd3960c9a0c6bc70beb3..95367595f06d5eedc9e1bf1aac0826279e62e0e3 100644 (file)
@@ -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
index cea30721266ffd533d5ad7c65b1d96f5374a4081..6299ab9c0c20f2743cb99ef28aece04eca0e2447 100644 (file)
@@ -1,13 +1,8 @@
 <?php
 
 $notes = '
- * add PharFileInfo::hasMetadata(), PharFileInfo::delMetadata() [Marcus]
- * add Phar::hasMetadata(), Phar::delMetadata() [Marcus]
- * fix Phar::CanWrite() [Marcus]
- * add preliminary phar command (phar.php) [Marcus] 
- * add phar command (phar.phar) [Marcus]
- * list all available compression methods using Phar::getSupportedCompression() [Marcus]
- * remove RINIT [Marcus]
+ * add Phar::getAlias() [Marcus]
+ * Made -a optional in pack subcommand of phar.phar [Marcus]
 ';
 
 if (!class_exists("Phar") && !extension_loaded("Phar")) {