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
3.0.0 2024-09-25 msgpack-3.0.0.tgz
3.0.0RC1 2024-08-23 msgpack-3.0.0RC1.tgz
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
Show all releases

Changelog

Version Message
3.0.0 * Add support for PHP-8.1 Enums
* merges #173
* fixes #171
* Add support for APCu
* merges #162, #93
* Add OPT_ASSOC for roundtrip serialization of map.
* merges #58
3.0.0RC1 * Add support for PHP-8.1 Enums
* merges #173
* fixes #171
* Add support for APCu
* merges #162, #93
* Add OPT_ASSOC for roundtrip serialization of map.
* merges #58
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
Show complete changelog