Name: | php-pecl-msgpack |
---|---|
Version: | 0.5.5 |
Release: | 5.el7 |
Architecture: | aarch64 |
Group: | Development/Languages |
Size: | 162988 |
License: | BSD |
RPM: | php-pecl-msgpack-0.5.5-5.el7.aarch64.rpm |
Source RPM: | php-pecl-msgpack-0.5.5-5.el7.src.rpm |
Build Date: | Wed Jan 09 2019 |
Build Host: | ca-buildarm04.us.oracle.com |
Vendor: | Oracle America |
URL: | http://pecl.php.net/package/msgpack |
Summary: | API for communicating with MessagePack serialization |
Description: | This extension provide API for communicating with MessagePack serialization. MessagePack is an efficient binary serialization format. It lets you exchange data among multiple languages like JSON but it's faster and smaller. For example, small integers (like flags or error code) are encoded into a single byte, and typical short strings only require an extra byte in addition to the strings themselves. If you ever wished to use JSON for convenience (storing an image with metadata) but could not for technical reasons (encoding, size, speed...), MessagePack is a perfect replacement. This extension is still EXPERIMENTAL. |
- cleanups - move doc in pecl_docdir - move tests in pecl_testdir (devel)
- use system msgpack library headers
- cleanups
- Update to 0.5.5
- also provides php-msgpack
- update to 0.5.3 (beta)
- initial package, version 0.5.2 (beta)