Package Information |
Summary |
PHP extension for interfacing with MessagePack |
Maintainers |
advect vasquaz <
advect at gmail dot com >
(lead)
[details]
Xinchen Hui <
laruence at php dot net >
(lead)
[details]
Michael Wallner <
mike at php dot net >
(lead)
[details]
|
License |
3-Clause-BSD |
Description |
This extension provide API for communicating with MessagePack serialization. |
Homepage |
http://msgpack.org/
|
Release notes
Version 2.0.1
(beta)
|
- Fixed issue #82 (Check hash protection flag to avoid memory corruption) - Fixed Issue #80 (Serialized failed on unseted value) - When packing/unpacking a zend_object don't call magic methods __set/__get |