Skip to content

community/php7-pecl-redis: upgrade to 5.3.0

Andy Postnikov requested to merge andypost/aports:php-redis into master
  • enable new lz4 support
  • enable lzf (build-in)
  • enable zstd

Available compression => lzf, zstd, lz4

checking whether to enable lzf compression... yes
checking use system liblzf... no
checking whether to enable Zstd compression... yes
checking use system libsztd... yes
checking whether to enable lz4 compression... yes
checking use system liblz4... yes
checking for json includes... /usr/include/php7
checking for redis json support... enabled
checking for igbinary includes... /usr/include/php7
checking for redis igbinary support... enabled
checking for pkg-config... /usr/bin/pkg-config
checking for liblz4 using pkg-config... found version 1.9.2
checking for libzstd using pkg-config... found version 1.4.5
Edited by Andy Postnikov

Merge request reports