Skip to content

Commit

Permalink
release 2.2.0RC1
Browse files Browse the repository at this point in the history
* Fixed PHP-8.1 compatibility (see gh issues #161, #157, and #156)
* Added support for ZEND_ACC_NOT_SERIALIZABLE and magic __{,un}serialize
  • Loading branch information
m6w6 committed Aug 30, 2021
1 parent 48a7dcc commit 0cd46b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion php_msgpack.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

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

#define PHP_MSGPACK_VERSION "2.1.2"
#define PHP_MSGPACK_VERSION "2.2.0RC1"

extern zend_module_entry msgpack_module_entry;
#define phpext_msgpack_ptr &msgpack_module_entry
Expand Down

0 comments on commit 0cd46b1

Please sign in to comment.