Skip to content

Commit 0cd46b1

Browse files
committed
release 2.2.0RC1
* 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 48a7dcc commit 0cd46b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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.1.2"
6+
#define PHP_MSGPACK_VERSION "2.2.0RC1"
77

88
extern zend_module_entry msgpack_module_entry;
99
#define phpext_msgpack_ptr &msgpack_module_entry

0 commit comments

Comments
 (0)