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

index 9bd8301f1b0cd3fada1cda0327b4756d51fab567..e7ad7a0166539fadfd9438d65048380f74c162a5 100644 (file)
@@ -5,6 +5,7 @@ $notes = '
  * 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]
 ';
 
 if (!class_exists("Phar") && !extension_loaded("Phar")) {