summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGreg Beaver <cellog@php.net>2007-11-23 04:56:18 +0000
committerGreg Beaver <cellog@php.net>2007-11-23 04:56:18 +0000
commited8fa2eae0f0d6460dc33c881e7859f4aeb325af (patch)
tree60b08cca46c1e9fabe647708b617aeb6feb86518
parente6f176d177d39c4464de2a51e435079ec738edb6 (diff)
downloadphp-git-ed8fa2eae0f0d6460dc33c881e7859f4aeb325af.tar.gz
update for imminent release
-rw-r--r--ext/phar/package.php2
-rw-r--r--ext/phar/package.xml6
2 files changed, 7 insertions, 1 deletions
diff --git a/ext/phar/package.php b/ext/phar/package.php
index d630718108..c22bd4697e 100644
--- a/ext/phar/package.php
+++ b/ext/phar/package.php
@@ -5,6 +5,8 @@ $notes = '
$a = new Phar(\'blah.phar\');
* fix creation and read of Phar objects on Windows, manage
windows path separators (on windows only)
+ * phar.phar is now installed as a script, and can be run as "phar.phar"
+ * phar.phar looks for PHP in /usr/local/bin/php by default
* fix Bug #12492: filenew incorrectly creates file path [urkle]
* fix Bug #12493: extract throws an error and won\'t open the file [urkle]
';
diff --git a/ext/phar/package.xml b/ext/phar/package.xml
index 6b9f3a9036..20ac7664a4 100644
--- a/ext/phar/package.xml
+++ b/ext/phar/package.xml
@@ -30,7 +30,7 @@ avaiable then SHA-256 and SHA-512 signatures are supported as well.</description
<active>yes</active>
</lead>
<date>2007-11-22</date>
- <time>22:37:06</time>
+ <time>22:56:05</time>
<version>
<release>1.2.3</release>
<api>1.1.0</api>
@@ -46,6 +46,8 @@ avaiable then SHA-256 and SHA-512 signatures are supported as well.</description
$a = new Phar(&apos;blah.phar&apos;);
* fix creation and read of Phar objects on Windows, manage
windows path separators (on windows only)
+ * phar.phar is now installed as a script, and can be run as &quot;phar.phar&quot;
+ * phar.phar looks for PHP in /usr/local/bin/php by default
* fix Bug #12492: filenew incorrectly creates file path [urkle]
* fix Bug #12493: extract throws an error and won&apos;t open the file [urkle]
@@ -232,6 +234,8 @@ avaiable then SHA-256 and SHA-512 signatures are supported as well.</description
$a = new Phar(&apos;blah.phar&apos;);
* fix creation and read of Phar objects on Windows, manage
windows path separators (on windows only)
+ * phar.phar is now installed as a script, and can be run as &quot;phar.phar&quot;
+ * phar.phar looks for PHP in /usr/local/bin/php by default
* fix Bug #12492: filenew incorrectly creates file path [urkle]
* fix Bug #12493: extract throws an error and won&apos;t open the file [urkle]