summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGreg Beaver <cellog@php.net>2007-03-22 17:12:10 +0000
committerGreg Beaver <cellog@php.net>2007-03-22 17:12:10 +0000
commit5506943c53112738e7d5c51619362fe1e0981564 (patch)
tree457cb5e702fb096b1e57a256dcfe52a9c4804b85
parent18cb2d59d4e3671604a5227c4a14913c946b0a61 (diff)
downloadphp-git-5506943c53112738e7d5c51619362fe1e0981564.tar.gz
update for 1.0.0 release
-rw-r--r--ext/phar/package.xml11
1 files changed, 6 insertions, 5 deletions
diff --git a/ext/phar/package.xml b/ext/phar/package.xml
index 195b65dc71..18b4661792 100644
--- a/ext/phar/package.xml
+++ b/ext/phar/package.xml
@@ -33,19 +33,20 @@ if the ini variable phar.require_hash is set to true.
<email>helly@php.net</email>
<active>yes</active>
</lead>
- <date>2007-02-20</date>
+ <date>2007-03-22</date>
<version>
- <release>1.0.0RC3</release>
+ <release>1.0.0</release>
<api>1.0.0</api>
</version>
<stability>
- <release>beta</release>
+ <release>stable</release>
<api>stable</api>
</stability>
<license uri="http://www.php.net/license">PHP License</license>
<notes>
- Disable begin()/commit() with non-CLI sapi so they will function as
- a true transaction
+ *BACKWARDS COMPATIBILITY BREAK*
+ Rename Phar-&gt;begin/isFlushingToPhar/commit to startBuffering/isBuffering/stopBuffering
+ Note that isBuffering() returns the opposite value to isFlushingToPhar()
</notes>
<contents>
<dir name="/">