From 622e54e0b2b664b27534b4c94ad4edea5d28572c Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 4 Oct 2024 18:00:06 +0200 Subject: update to 3.3.0RC1 enable zstd compression support --- PHPINFO | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'PHPINFO') diff --git a/PHPINFO b/PHPINFO index 116427c..89ed0a2 100644 --- a/PHPINFO +++ b/PHPINFO @@ -2,14 +2,14 @@ memcached memcached support => enabled -Version => 3.2.0 -libmemcached-awesome headers version => 1.1.2 -libmemcached-awesome library version => 1.1.4 +Version => 3.3.0RC1 +libmemcached-awesome version => 1.1.4 SASL support => yes Session support => yes igbinary support => yes json support => yes msgpack support => yes +zstd support => yes Directive => Local Value => Master Value memcached.sess_locking => On => On @@ -33,9 +33,11 @@ memcached.sess_lock_wait => not set => not set memcached.sess_lock_max_wait => not set => not set memcached.compression_type => fastlz => fastlz memcached.compression_factor => 1.3 => 1.3 +memcached.compression_level => 3 => 3 memcached.compression_threshold => 2000 => 2000 memcached.serializer => igbinary => igbinary memcached.store_retry_count => 0 => 0 +memcached.item_size_limit => 0 => 0 memcached.default_consistent_hash => Off => Off memcached.default_binary_protocol => Off => Off memcached.default_connect_timeout => 0 => 0 -- cgit