Remi's RPM repository - Packages

Blog | Forum | Repository | Wizard

php-pecl-msgpack - API for communicating with MessagePack serialization

Website:
https://pecl.php.net/package/msgpack
Licence:
BSD-3-Clause
Vendor:
Remi's RPM repository <https://rpms.remirepo.net/>
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.

Package built for PHP 8.1.

Packages

php-pecl-msgpack-2.2.0-2.remi.src [154 KiB] Changelog by Remi Collet (2023-08-30):
- rebuild for PHP 8.3.0RC1
php-pecl-msgpack-2.2.0-1.remi.src [154 KiB] Changelog by Remi Collet (2023-06-02):
- update to 2.2.0
- build out of sources tree
- use parallel execution for test suite
php-pecl-msgpack-2.2.0~RC2-1.remi.src [134 KiB] Changelog by Remi Collet (2022-10-07):
- update to 2.2.0RC2
php-pecl-msgpack-2.2.0~RC1-8.remi.src [134 KiB] Changelog by Remi Collet (2022-09-09):
- ignore 8 failed tests with PHP 8.2
php-pecl-msgpack-2.2.0~RC1-7.remi.src [134 KiB] Changelog by Remi Collet (2022-07-28):
- skip one test on aarch64
php-pecl-msgpack-2.2.0~RC1-6.remi.src [134 KiB] Changelog by Remi Collet (2021-09-06):
- F35 build
php-pecl-msgpack-2.1.2-4.remi.src [132 KiB] Changelog by Remi Collet (2022-07-28):
- ignore slow test
php-pecl-msgpack-2.1.2-3.remi.src [134 KiB] Changelog by Remi Collet (2021-06-10):
- add patch for test suite with PHP 8.1 from
  https://github.com/msgpack/msgpack-php/pull/156