]> granicus.if.org Git - php/commitdiff
- Update
authorMarcus Boerger <helly@php.net>
Sun, 27 May 2007 15:50:23 +0000 (15:50 +0000)
committerMarcus Boerger <helly@php.net>
Sun, 27 May 2007 15:50:23 +0000 (15:50 +0000)
ext/phar/package.php

index d5bcc6d9974051415f6a6892bee0a850d0491b64..308011c2fd4444c6a6cf9a6653d138f6767559d6 100644 (file)
@@ -7,6 +7,7 @@ $notes = '
  * 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]
+ * Fix issue with compressed entries and uncompressing entries [Marcus]
 ';
 
 if (!class_exists("Phar") && !extension_loaded("Phar")) {