From d71c4e3b3024c1e16a9adca72e95112e3ef43b10 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 31 Mar 2020 10:32:34 +0200 Subject: update to 2.2.0 enable json, igbinary and msgpack serializers rename configuration file to 50-yac.ini to ensure proper load order --- PHPINFO | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'PHPINFO') diff --git a/PHPINFO b/PHPINFO index 79fa962..5af536f 100644 --- a/PHPINFO +++ b/PHPINFO @@ -2,9 +2,9 @@ yac yac support => enabled -Version => 2.1.2 +Version => 2.2.0 Shared Memory => mmap -Serializer => php +Serializer => php, msgpack, igbinary, json Directive => Local Value => Master Value yac.enable => On => On @@ -13,3 +13,4 @@ yac.keys_memory_size => 4M => 4M yac.values_memory_size => 64M => 64M yac.compress_threshold => -1 => -1 yac.enable_cli => 0 => 0 +yac.serializer => php => php -- cgit