From 6ecd8866cc7312d7aded918f9b808e05bb74529f Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 5 Oct 2017 14:00:42 +0200 Subject: v2.4.1 --- REFLECTION | 24 ++++++++++++++---------- 1 file changed, 14 insertions(+), 10 deletions(-) (limited to 'REFLECTION') diff --git a/REFLECTION b/REFLECTION index 939561f..6cd6566 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #171 couchbase version 2.4.0 ] { +Extension [ extension #173 couchbase version 2.4.1 ] { - Dependencies { Dependency [ json (Required) ] @@ -24,6 +24,9 @@ Extension [ extension #171 couchbase version 2.4.0 ] { Entry [ couchbase.decoder.json_arrays ] Current = '0' } + Entry [ couchbase.pool.max_idle_time_sec ] + Current = '60' + } } - Constants [151] { @@ -1552,19 +1555,12 @@ Extension [ extension #171 couchbase version 2.4.0 ] { Property [ public $options ] } - - Methods [2] { + - Methods [1] { Method [ final private method __construct ] { - Parameters [0] { } } - - Method [ final public method hostname ] { - - - Parameters [1] { - Parameter #0 [ $hostname ] - } - } } } @@ -1726,7 +1722,7 @@ Extension [ extension #171 couchbase version 2.4.0 ] { - Properties [0] { } - - Methods [4] { + - Methods [5] { Method [ final private method __construct ] { - Parameters [0] { @@ -1741,6 +1737,14 @@ Extension [ extension #171 couchbase version 2.4.0 ] { } } + Method [ final public method getCount ] { + + - Parameters [2] { + Parameter #0 [ $path ] + Parameter #1 [ $options ] + } + } + Method [ final public method exists ] { - Parameters [2] { -- cgit