Name: | php-pecl-msgpack |
---|---|
Version: | 3.0.0 |
Release: | 1.el10_0 |
Architecture: | x86_64 |
Group: | Unspecified |
Size: | 97191 |
License: | BSD-3-Clause |
RPM: | php-pecl-msgpack-3.0.0-1.el10_0.x86_64.rpm |
Source RPM: | php-pecl-msgpack-3.0.0-1.el10_0.src.rpm |
Build Date: | Fri Dec 20 2024 |
Build Host: | build-ol10-x86_64.oracle.com |
Vendor: | Oracle America |
URL: | https://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. |
- update to 3.0.0 - modernize spec file - add APCu support
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
- drop 32-bit support https://fedoraproject.org/wiki/Changes/php_no_32_bit
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
- rebuild for https://fedoraproject.org/wiki/Changes/php83
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
- update to 2.2.0 - build out of sources tree - use parallel execution for test suite
- use SPDX license ID
- update to 2.2.0RC2