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

index a0e36fe4e47cbae41e50b6c89356b5e7f5c39490..33626a408d5e6e15836a90a233b5deac1bb0863e 100644 (file)
@@ -2,7 +2,8 @@
 
 $notes = '
  * fix Phar::CanWrite() [Marcus]
- * add phar command (phar.php) [Marcus] 
+ * add preliminary phar command (phar.php) [Marcus] 
+ * add phar command (phar.phar) [Marcus]
 ';
 
 if (!class_exists("Phar") && !extension_loaded("Phar")) {