summaryrefslogtreecommitdiff
path: root/ext/phar
diff options
context:
space:
mode:
Diffstat (limited to 'ext/phar')
-rw-r--r--ext/phar/package.php2
-rw-r--r--ext/phar/package.xml10
2 files changed, 9 insertions, 3 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]
diff --git a/ext/phar/package.xml b/ext/phar/package.xml
index 8097c6a889..0056059743 100644
--- a/ext/phar/package.xml
+++ b/ext/phar/package.xml
@@ -29,8 +29,8 @@ avaiable then SHA-256 and SHA-512 signatures are supported as well.</description
<email>helly@php.net</email>
<active>yes</active>
</lead>
- <date>2007-08-24</date>
- <time>20:06:43</time>
+ <date>2007-08-29</date>
+ <time>22:34:12</time>
<version>
<release>1.2.1</release>
<api>1.1.0</api>
@@ -42,6 +42,8 @@ avaiable then SHA-256 and SHA-512 signatures are supported as well.</description
<license uri="http://www.php.net/license">PHP License</license>
<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]
@@ -229,10 +231,12 @@ avaiable then SHA-256 and SHA-512 signatures are supported as well.</description
<release>stable</release>
<api>stable</api>
</stability>
- <date>2007-08-24</date>
+ <date>2007-08-29</date>
<license uri="http://www.php.net/license">PHP License</license>
<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]