msgpack

PHP extension for interfacing with MessagePack


This extension provide API for communicating with MessagePack serialization.

License: 3-Clause-BSD

Latest releases

Version Release Download
2.2.0 2023-06-02 msgpack-2.2.0.tgz
2.2.0RC2 2022-10-07 msgpack-2.2.0RC2.tgz
2.2.0RC1 2021-08-30 msgpack-2.2.0RC1.tgz
2.1.2 2020-11-27 msgpack-2.1.2.tgz
2.1.1 2020-07-27 msgpack-2.1.1.tgz
Show all releases

Changelog

Version Message
2.2.0 No changes from RC2.
* RC2:
* Fix PHP-8.2 compatibility (see gh issue #165)
* RC1:
* Fix PHP-8.1 compatibility (see gh issues #161, #157, and #156)
* Add support for ZEND_ACC_NOT_SERIALIZABLE and magic __{,un}serialize
2.2.0RC2 * Fixed PHP-8.2 compatibility (see gh issue #165)
* Fixed PHP-8.1 compatibility (see gh issues #161, #157, and #156)
* Added support for ZEND_ACC_NOT_SERIALIZABLE and magic __{,un}serialize
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
2.1.2 * PHP-8 compatibility. (Remi Collet, Michael Wallner)
* Fixed #152: Split tests for #67 regarding 32/64bit platforms. (Andy Postnikov)
* Fixed #153 and #147: Small string optimization causes excessive memory
consumption under specific workloads. (Michael Wallner)
2.1.1 * Fixed issue #149: msgpack unpack error
Show complete changelog