YQKWVѠMHYCaPQ>0rE"7dݺh0ÏXgWl5E+5<>C#+S۬7q6HXk+2- ǐ;BzVhh(CtbdnK'Z!SEj# (hg>k5P[*ˁџg O 8}bWY.W12Laqfx96!OTK/(2=gҌԫ65q ?p-@76ӷΧ !ᭁI:*$)u} v6^>.V0oWvT;PEd}'-` S/ٳ/P5G.A#ЮdmɆ_Zʼnm#Un&M}j/ؐ&C`cJ<]51wi/V8ɷz2A~ucЦ#xa8^͘ӆv9_4oϷΝ*gʠy`J#(x.)0`aЁ$b&&4e(kx'd? 6a'ٖ E]5=OOj#ij2&W1ot Fb>T2)@.;kY  rRD0 YAΨL57ezjֆZ>wç_eq_w{8i]PćL֪i&H)BPd<(ʗ;)LCe6ϐT88rH>R^'x;MCڵ @EOj2c(&E3ݿyd ߉l6S7DøxLU{>?rr.duŨk,j%0ńnPM'Ya٫/(do mi+P-K4PXb}sT*P, L{ɤ8Z[0XA fXD-C&E6#hHiZ஖RDq7(_CGTh=C`?ʯy,.u R- ?<-D^1}ЉAm$OR,4|Le#Zi<5R_vH֢=><DX. g }g Q<Y~%i OU߃&t3[覮̺\@6f;RW0yG3OER(.dSDP6]ȻTSi* `l;cwT-p)"x3$wk qEC"]Gj|.WmYؑ0/e~tr/dC9Y[m\{}~{A/jO-^Vܸfc +܉gʈ \KeBA/u l\N(lAYZ7 ҍפQm)}}T]  V܍s!E Қ; !<D"K vпƹ_`m!\@7_IѮHF.r_v43}ú}tBlnj( B ~;aK575'z20i)Jo@*wHg4扗|QYV0~6#Ԧ D Jnh_e3O m +ȅ.*0I3ߞAN*ؖJJ-xlW[U0J1Qڊ^խ u[lot^JDPc:^6 OLW-!ل bhqYE%G#/Uџ.f{mdL W6iH_֩: J6I]UuVUd!0_~u޵Y*XCʹ)cu7GXx!I jNs@>J! } '(+ چ Ϝgdi`Khb@b\Tr!T=DxY/kxƚA5hc;Z^3x:E`od^GYAv+dʰ Remi's RPM repository - enterprise - 9 - safe - x86_64

Blog | Forum | Repository | Wizard

php82-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/> #StandWithUkraine
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.2 as Software Collection (php82 by remi).

Packages

php82-php-pecl-msgpack-2.2.0-1.el9.remi.x86_64 [43 KiB] Changelog by Remi Collet (2023-06-02):
- update to 2.2.0
- build out of sources tree
- use parallel execution for test suite