iusrepo / wishlist

meta repo for IUS new package requests
34 stars 8 forks source link

php74-pecl-msgpack #277

Closed davidalger closed 4 years ago

davidalger commented 4 years ago

What new package do you want?

php74-pecl-msgpack

Testing

I agree to test the new package to ensure that it works as expected. Once I am satisfied with the results of my testing I will comment on this issue with the word "STABLE" to get it promoted to the stable repos.

davidalger commented 4 years ago

@carlwgeorge I've ported this package from Fedora upstream, verified it builds linking with php74 in ius-testing and transferred it into IUS for review/publishing: https://github.com/iusrepo/php74-pecl-msgpack

carlwgeorge commented 4 years ago

php74-pecl-msgpack-2.1.0-1.el7.ius is now available in the testing repo.

davidalger commented 4 years ago

Have not extensively tested msgpack or igbinary extension APIs, but both appear to install and load as expected in combination with pecl-redis (and unless I'm mistaken, use of pecl-redis is by far going to be the most common reason this ext is installed). Redis is recognizing this as a serialization type:

[root@a4d70d2928b4 /]# php --ri redis

redis

Redis Support => enabled
Redis Version => 5.2.2
Redis Sentinel Version => 0.1
Available serializers => php, json, igbinary, msgpack
Available compression => lzf, zstd

If you're ok with it, I'm going to say let's give both #276 (igbinary) and #277 (msgpack) a green light.

carlwgeorge commented 4 years ago

Thanks for testing. This has been promoted to the main repository.