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

index 6299ab9c0c20f2743cb99ef28aece04eca0e2447..46e74102fa5176329506abfbb46a860c3e8aeea8 100644 (file)
@@ -3,6 +3,7 @@
 $notes = '
  * add Phar::getAlias() [Marcus]
  * Made -a optional in pack subcommand of phar.phar [Marcus]
+ * Fix issue with apache module [Marcus]
 ';
 
 if (!class_exists("Phar") && !extension_loaded("Phar")) {