summaryrefslogtreecommitdiff
path: root/ext/phar/package.php
diff options
context:
space:
mode:
authorGreg Beaver <cellog@php.net>2007-08-30 03:31:40 +0000
committerGreg Beaver <cellog@php.net>2007-08-30 03:31:40 +0000
commit36bbdfd6f49f20453776bd7c9de5c7bc01200033 (patch)
tree7598fbb82165fe4ea494c5c733fc6a558609e59b /ext/phar/package.php
parent4d759a56c19e6b4876a60df08cc30c1c457b7dc9 (diff)
downloadphp-git-36bbdfd6f49f20453776bd7c9de5c7bc01200033.tar.gz
prepare release of 1.2.1
Diffstat (limited to 'ext/phar/package.php')
-rw-r--r--ext/phar/package.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/ext/phar/package.php b/ext/phar/package.php
index 638a4d6bed..5ae77d2f16 100644
--- a/ext/phar/package.php
+++ b/ext/phar/package.php
@@ -1,6 +1,8 @@
<?php
$notes = '
+ * improve speed of uncompressed phars used readonly by 2x [Greg]
+ * improve speed of phars with signatures 2x [Greg]
* add Phar::setAlias() [Greg]
* fix too many open file handles issue [Greg]
* fix rename [Greg]