Skip to content

Commit 246f445

Browse files
committed
update package.xml
1 parent 40fa24c commit 246f445

File tree

1 file changed

+32
-16
lines changed

1 file changed

+32
-16
lines changed

package.xml

Lines changed: 32 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -21,29 +21,29 @@ http://pear.php.net/dtd/package-2.0.xsd">
2121
<email>timandes@php.net</email>
2222
<active>yes</active>
2323
</lead>
24-
<date>2016-11-07</date>
24+
<developer>
25+
<name>John Boehr</name>
26+
<user>jbboehr</user>
27+
<email>jbboehr@gmail.com</email>
28+
<active>yes</active>
29+
</developer>
30+
<date>2016-11-18</date>
2531
<version>
26-
<release>0.2.3</release>
27-
<api>0.2.3</api>
32+
<release>0.3.0</release>
33+
<api>0.3.0</api>
2834
</version>
2935
<stability>
30-
<release>stable</release>
31-
<api>beta</api>
36+
<release>alpha</release>
37+
<api>alpha</api>
3238
</stability>
3339
<license uri="http://www.php.net/license">PHP</license>
3440
<notes><![CDATA[
3541
Bugs:
36-
- Fix 'Node with null data cause php segfault at Zookeeper::get($path)' (AZ Issue #21)
37-
- Fix 'Stat is null when get a node which holds null data' (AZ Issue #29)
38-
- Fix 'Wrong type conversion in function call' (Thanks to Dmitry Faleychik<fadimko@gmail.com>, AZ PR #42)
39-
- Fix AZ PR #44 (Thanks to jeff.tang<likeytom@gmail.com>)
40-
- Fix AZ Issue #27 (--with-libdir not honoured, Thanks to Remi Collet)
41-
- Return null after zoo_exists returning 0-length directly (AZ PR #45)
42+
- Fix session warning with PHP 7.1 (Issue #4)
4243
4344
Improvements:
44-
- Respect null's when passed as values during set(), create(), and get() (Thanks to Ryan Uber<ru@ryanuber.com>, AZ PR #22)
45-
- Make extension compatible with Zookeeper 3.5.0alpha (Thanks to Ryan Uber<ru@ryanuber.com>, AZ PR #28 N #48)
46-
- Display ini entries in `phpinfo()`
45+
- Support PHP-7 (PR #1)
46+
- Support exceptions (PR #2)
4747
]]></notes>
4848
<contents>
4949
<dir name="/">
@@ -63,14 +63,16 @@ Improvements:
6363
<file role='src' name='php_zookeeper_session.h'/>
6464
<file role='src' name='zoo_lock.c'/>
6565
<file role='src' name='zoo_lock.h'/>
66+
<file role='src' name='php5to7.h'/>
67+
<file role='src' name='php_zookeeper_exceptions.c'/>
68+
<file role='src' name='php_zookeeper_exceptions.h'/>
6669
</dir> <!-- / -->
6770
</contents>
6871
<dependencies>
6972
<required>
7073
<php>
7174
<min>5.2.0</min>
72-
<max>6.0.0</max>
73-
<exclude>6.0.0</exclude>
75+
<max>7.1.0</max>
7476
</php>
7577
<pearinstaller>
7678
<min>1.4.0b1</min>
@@ -80,6 +82,20 @@ Improvements:
8082
<providesextension>zookeeper</providesextension>
8183
<extsrcrelease/>
8284
<changelog>
85+
<release>
86+
<stability><release>alpha</release><api>alpha</api></stability>
87+
<version><release>0.3.0</release><api>0.3.0</api></version>
88+
<date>2016-11-18</date>
89+
<notes><![CDATA[
90+
Bugs:
91+
- Fix session warning with PHP 7.1 (Issue #4)
92+
93+
Improvements:
94+
- Support PHP-7 (PR #1)
95+
- Support exceptions (PR #2)
96+
]]></notes>
97+
</release>
98+
8399
<release>
84100
<stability><release>stable</release><api>beta</api></stability>
85101
<version><release>0.2.3</release><api>0.2.3</api></version>

0 commit comments

Comments
 (0)