summaryrefslogtreecommitdiff
path: root/ext/phar/package.php
diff options
context:
space:
mode:
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]