From fb18a6d0dbee723412b85d1f5eeb134211ea0c90 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 12 Nov 2020 14:44:05 +0100 Subject: duplicate v3 --- 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..e288ece --- /dev/null +++ b/PHPINFO @@ -0,0 +1,18 @@ + +couchbase + +couchbase support => enabled +extension version => 2.6.2 +libcouchbase runtime version => 2.10.5 (git: dabf6d58c2e89b4e75009a7f959e8ad30f85ff98) +libcouchbase headers version => 2.10.5 (git: dabf6d58c2e89b4e75009a7f959e8ad30f85ff98) +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