Skip to content

Commit 5506943

Browse files
author
Greg Beaver
committed
update for 1.0.0 release
1 parent 18cb2d5 commit 5506943

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

ext/phar/package.xml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -33,19 +33,20 @@ if the ini variable phar.require_hash is set to true.
3333
<email>helly@php.net</email>
3434
<active>yes</active>
3535
</lead>
36-
<date>2007-02-20</date>
36+
<date>2007-03-22</date>
3737
<version>
38-
<release>1.0.0RC3</release>
38+
<release>1.0.0</release>
3939
<api>1.0.0</api>
4040
</version>
4141
<stability>
42-
<release>beta</release>
42+
<release>stable</release>
4343
<api>stable</api>
4444
</stability>
4545
<license uri="http://www.php.net/license">PHP License</license>
4646
<notes>
47-
Disable begin()/commit() with non-CLI sapi so they will function as
48-
a true transaction
47+
*BACKWARDS COMPATIBILITY BREAK*
48+
Rename Phar-&gt;begin/isFlushingToPhar/commit to startBuffering/isBuffering/stopBuffering
49+
Note that isBuffering() returns the opposite value to isFlushingToPhar()
4950
</notes>
5051
<contents>
5152
<dir name="/">

0 commit comments

Comments
 (0)