Skip to content

Commit 98e7156

Browse files
committed
Preparing for 0.5.6
1 parent 45a40df commit 98e7156

2 files changed

Lines changed: 27 additions & 9 deletions

File tree

package.xml

Lines changed: 26 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -16,21 +16,21 @@
1616
<email>laruence@php.net</email>
1717
<active>yes</active>
1818
</lead>
19-
<date>2013-02-19</date>
20-
<time>10:16:29</time>
19+
<date>2015-04-27</date>
20+
<time>11:30:29</time>
2121
<version>
22-
<release>0.5.5</release>
23-
<api>0.5.5</api>
22+
<release>0.5.6</release>
23+
<api>0.5.6</api>
2424
</version>
2525
<stability>
2626
<release>beta</release>
2727
<api>beta</api>
2828
</stability>
2929
<license filesource="LICENSE">New BSD</license>
3030
<notes>
31-
- Fix ZTS build
32-
- Fixed Bug #14 ("Invalid read" reported by valgrind)
33-
- Fixed FR #8 (Return on unserialization)
31+
- support str8 type (wudikua)
32+
- Fix a warning and a possible crash (Mike)
33+
- Fix crash with memcached (Mike)
3434
</notes>
3535
<contents>
3636
<dir name="/">
@@ -249,6 +249,7 @@
249249
<file name="135b.phpt" role="test" />
250250
<file name="136.phpt" role="test" />
251251
<file name="136b.phpt" role="test" />
252+
<file name="137.phpt" role="test" />
252253
<file name="bug006.phpt" role="test" />
253254
<file name="bug011.phpt" role="test" />
254255
<file name="bug012.phpt" role="test" />
@@ -268,6 +269,24 @@
268269
<providesextension>msgpack</providesextension>
269270
<extsrcrelease />
270271
<changelog>
272+
<release>
273+
<date>2015-04-27</date>
274+
<version>
275+
<release>0.5.6</release>
276+
<api>0.5.6</api>
277+
</version>
278+
<stability>
279+
<release>beta</release>
280+
<api>beta</api>
281+
</stability>
282+
<license uri="http://www.php.net/license">PHP License</license>
283+
<notes>
284+
- support str8 type (wudikua)
285+
- Fix a warning and a possible crash (Mike)
286+
- Fix crash with memcached (Mike)
287+
</notes>
288+
</release>
289+
271290
<release>
272291
<date>2013-02-19</date>
273292
<version>
@@ -285,7 +304,6 @@
285304
- Fixed FR #8 (Return on unserialization)
286305
</notes>
287306
</release>
288-
289307
<release>
290308
<date>2013-02-18</date>
291309
<version>

php_msgpack.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
#include "ext/standard/php_smart_str.h" /* for smart_str */
55

6-
#define PHP_MSGPACK_VERSION "0.5.6-dev"
6+
#define PHP_MSGPACK_VERSION "0.5.6"
77

88
extern zend_module_entry msgpack_module_entry;
99
#define phpext_msgpack_ptr &msgpack_module_entry

0 commit comments

Comments
 (0)