Skip to content

Commit

Permalink
Release 0.2.3, with tested support for 5.6
Browse files Browse the repository at this point in the history
  • Loading branch information
colder committed May 1, 2014
1 parent 23ae021 commit dd36a6c
Showing 1 changed file with 21 additions and 5 deletions.
26 changes: 21 additions & 5 deletions package.xml
Expand Up @@ -15,18 +15,18 @@ http://pear.php.net/dtd/package-2.0.xsd">
<email>colder@php.net</email>
<active>yes</active>
</lead>
<date>2012-06-19</date>
<date>2014-05-01</date>
<version>
<release>0.2.1</release>
<api>0.2.1</api>
<release>0.2.3</release>
<api>0.2.3</api>
</version>
<stability>
<release>beta</release>
<api>beta</api>
</stability>
<license uri="http://www.php.net/license">PHP</license>
<notes>
- Fixes crashes and bugs caused by zval splitting.
- Upgrade PHP dependencies.
</notes>
<contents>
<dir name="/">
Expand All @@ -45,7 +45,7 @@ http://pear.php.net/dtd/package-2.0.xsd">
<required>
<php>
<min>5.3.0</min>
<max>5.5.0</max>
<max>5.6.0</max>
<exclude>6.0.0</exclude>
</php>
<pearinstaller>
Expand All @@ -56,6 +56,22 @@ http://pear.php.net/dtd/package-2.0.xsd">
<providesextension>weakref</providesextension>
<extsrcrelease/>
<changelog>
<release>
<stability><release>beta</release><api>beta</api></stability>
<version><release>0.2.3</release><api>0.2.3</api></version>
<date>2014-05-01</date>
<notes>
- Upgrade PHP dependencies.
</notes>
</release>
<release>
<stability><release>beta</release><api>beta</api></stability>
<version><release>0.2.2</release><api>0.2.2</api></version>
<date>2014-05-01</date>
<notes>
- Fixes compatibility issues with 5.3
</notes>
</release>
<release>
<stability><release>beta</release><api>beta</api></stability>
<version><release>0.2.1</release><api>0.2.1</api></version>
Expand Down

0 comments on commit dd36a6c

Please sign in to comment.