From 07dc7f314c4a8082145fcf452e8b1239815dd435 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 5 Nov 2015 08:15:52 +0100 Subject: php-pecl-couchbase2: 2.1.0 --- REFLECTION | 23 ++++++++++++++++++++--- 1 file changed, 20 insertions(+), 3 deletions(-) (limited to 'REFLECTION') diff --git a/REFLECTION b/REFLECTION index 4983d80..6d44d00 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #181 couchbase version 2.0.7 ] { +Extension [ extension #186 couchbase version 2.1.0 ] { - Constants [57] { Constant [ integer COUCHBASE_PERSISTTO_MASTER ] { 1 } @@ -60,6 +60,17 @@ Extension [ extension #181 couchbase version 2.0.7 ] { Constant [ integer COUCHBASE_KEYNOTFOUND ] { 13 } } + - Functions { + Function [ function couchbase_fastlz_compress ] { + } + Function [ function couchbase_fastlz_decompress ] { + } + Function [ function couchbase_zlib_compress ] { + } + Function [ function couchbase_zlib_decompress ] { + } + } + - Classes [4] { Class [ class CouchbaseException extends Exception ] { @@ -79,7 +90,7 @@ Extension [ extension #181 couchbase version 2.0.7 ] { Property [ protected $line ] } - - Methods [9] { + - Methods [10] { Method [ method __construct ] { - Parameters [3] { @@ -89,6 +100,9 @@ Extension [ extension #181 couchbase version 2.0.7 ] { } } + Method [ public method __wakeup ] { + } + Method [ final public method getMessage ] { } @@ -177,7 +191,7 @@ Extension [ extension #181 couchbase version 2.0.7 ] { - Properties [0] { } - - Methods [17] { + - Methods [18] { Method [ public method __construct ] { } @@ -214,6 +228,9 @@ Extension [ extension #181 couchbase version 2.0.7 ] { Method [ public method unlock ] { } + Method [ public method n1ql_request ] { + } + Method [ public method http_request ] { } -- cgit