From 6095b371d8662bd24c1e1c6027df82ad087888a1 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 5 Jul 2018 13:54:10 +0200 Subject: update to 2.5.0 raise dependency on libcouchbase 2.9.2 --- PHPINFO | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 PHPINFO (limited to 'PHPINFO') diff --git a/PHPINFO b/PHPINFO new file mode 100644 index 0000000..7dc0511 --- /dev/null +++ b/PHPINFO @@ -0,0 +1,18 @@ + +couchbase + +couchbase support => enabled +extension version => 2.5.0 +libcouchbase runtime version => 2.9.2 (git: 0f7cb6fe8b81c66273bfdab304d0f63bb4490377) +libcouchbase headers version => 2.9.2 (git: 0f7cb6fe8b81c66273bfdab304d0f63bb4490377) +igbinary transcoder => enabled +zlib compressor => enabled + +Directive => Local Value => Master Value +couchbase.log_level => WARN => WARN +couchbase.encoder.format => json => json +couchbase.encoder.compression => off => off +couchbase.encoder.compression_threshold => 0 => 0 +couchbase.encoder.compression_factor => 0.0 => 0.0 +couchbase.decoder.json_arrays => 0 => 0 +couchbase.pool.max_idle_time_sec => 60 => 60 -- cgit