summaryrefslogtreecommitdiff
path: root/ext/phar/package.php
diff options
context:
space:
mode:
authorMarcus Boerger <helly@php.net>2007-05-20 22:16:19 +0000
committerMarcus Boerger <helly@php.net>2007-05-20 22:16:19 +0000
commita1975735a93ff519e0da05391506c9ec2b17d657 (patch)
treed8b3f2d651832cee7f06ec0ca063f3a5eed433b2 /ext/phar/package.php
parent7e1ba8bffbe2ba498b1e88274fc2cef4a9f6e59c (diff)
downloadphp-git-a1975735a93ff519e0da05391506c9ec2b17d657.tar.gz
- Update
Diffstat (limited to 'ext/phar/package.php')
-rw-r--r--ext/phar/package.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/phar/package.php b/ext/phar/package.php
index 6299ab9c0c..46e74102fa 100644
--- a/ext/phar/package.php
+++ b/ext/phar/package.php
@@ -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")) {