diff options
author | Remi Collet <remi@remirepo.net> | 2020-11-12 15:09:06 +0100 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2020-11-12 15:09:06 +0100 |
commit | f26d49f20dff3bb0153f0df0b223c6601d0fd713 (patch) | |
tree | ec0363498b241b2518b82bf45c993c476e2a88d9 /PHPINFO | |
parent | fb18a6d0dbee723412b85d1f5eeb134211ea0c90 (diff) |
update to 3.0.4
rename to php-pecl-couchbase3
raise dependency on PHP 7.1
raise dependency on libcouchbase 3.0
drop dependency on igbinary extension
Diffstat (limited to 'PHPINFO')
-rw-r--r-- | PHPINFO | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -2,10 +2,9 @@ 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 +extension version => 3.0.4 +libcouchbase runtime version => 3.0.6 (git: e7b53f01b5c8653e4f4c3ea87e6e1af9c1277a34) +libcouchbase headers version => 3.0.6 (git: e7b53f01b5c8653e4f4c3ea87e6e1af9c1277a34) zlib compressor => enabled Directive => Local Value => Master Value @@ -16,3 +15,4 @@ 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 +couchbase.allow_fallback_to_bucket_connection => 0 => 0 |