summaryrefslogtreecommitdiff
path: root/ext/phar/package.php
diff options
context:
space:
mode:
authorMarcus Boerger <helly@php.net>2007-05-14 17:20:10 +0000
committerMarcus Boerger <helly@php.net>2007-05-14 17:20:10 +0000
commit85a9934c0cf581ee3966f2e41b327c531ba8b0a6 (patch)
treef46260dc35e25237681e213425dd2879de396c63 /ext/phar/package.php
parentca550a5174e5e53778068f21c55952e7570f7be5 (diff)
downloadphp-git-85a9934c0cf581ee3966f2e41b327c531ba8b0a6.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 33626a408d..9bd8301f1b 100644
--- a/ext/phar/package.php
+++ b/ext/phar/package.php
@@ -1,6 +1,7 @@
<?php
$notes = '
+ * add PharFileInfo::hasMetadata(), PharFileInfo::delMetadata() [Marcus]
* fix Phar::CanWrite() [Marcus]
* add preliminary phar command (phar.php) [Marcus]
* add phar command (phar.phar) [Marcus]