Skip to content

Commit 8568da4

Browse files
committed
release 2.2.0RC2
* Fixed PHP-8.2 compatibility (see gh issue #165) RC1: * Fixed PHP-8.1 compatibility (see gh issues #161, #157, and #156) * Added support for ZEND_ACC_NOT_SERIALIZABLE and magic __{,un}serialize
1 parent 4f02031 commit 8568da4

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

package.xml

+3-2
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@
2222
<email>[email protected]</email>
2323
<active>yes</active>
2424
</lead>
25-
<date>2021-08-30</date>
25+
<date>2022-10-07</date>
2626
<version>
27-
<release>2.2.0RC1</release>
27+
<release>2.2.0RC2</release>
2828
<api>2.2.0</api>
2929
</version>
3030
<stability>
@@ -33,6 +33,7 @@
3333
</stability>
3434
<license filesource="LICENSE">3-Clause-BSD</license>
3535
<notes><![CDATA[
36+
* Fixed PHP-8.2 compatibility (see gh issue #165)
3637
* Fixed PHP-8.1 compatibility (see gh issues #161, #157, and #156)
3738
* Added support for ZEND_ACC_NOT_SERIALIZABLE and magic __{,un}serialize
3839
]]></notes>

php_msgpack.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
#include "Zend/zend_smart_str.h" /* for smart_string */
55

6-
#define PHP_MSGPACK_VERSION "2.2.0RC1"
6+
#define PHP_MSGPACK_VERSION "2.2.0RC2"
77

88
extern zend_module_entry msgpack_module_entry;
99
#define phpext_msgpack_ptr &msgpack_module_entry

0 commit comments

Comments
 (0)