diff options
| author | Remi Collet <fedora@famillecollet.com> | 2015-11-05 08:15:52 +0100 | 
|---|---|---|
| committer | Remi Collet <fedora@famillecollet.com> | 2015-11-05 08:15:52 +0100 | 
| commit | 07dc7f314c4a8082145fcf452e8b1239815dd435 (patch) | |
| tree | 3551dcc0644f484ea9175f48dac0e43ab7f458b5 /REFLECTION | |
| parent | 3a1a38726fae369aab33edb4a871a4861cef9799 (diff) | |
php-pecl-couchbase2: 2.1.0
Diffstat (limited to 'REFLECTION')
| -rw-r--r-- | REFLECTION | 23 | 
1 files changed, 20 insertions, 3 deletions
@@ -1,4 +1,4 @@ -Extension [ <persistent> extension #181 couchbase version 2.0.7 ] { +Extension [ <persistent> extension #186 couchbase version 2.1.0 ] {    - Constants [57] {      Constant [ integer COUCHBASE_PERSISTTO_MASTER ] { 1 } @@ -60,6 +60,17 @@ Extension [ <persistent> extension #181 couchbase version 2.0.7 ] {      Constant [ integer COUCHBASE_KEYNOTFOUND ] { 13 }    } +  - Functions { +    Function [ <internal:couchbase> function couchbase_fastlz_compress ] { +    } +    Function [ <internal:couchbase> function couchbase_fastlz_decompress ] { +    } +    Function [ <internal:couchbase> function couchbase_zlib_compress ] { +    } +    Function [ <internal:couchbase> function couchbase_zlib_decompress ] { +    } +  } +    - Classes [4] {      Class [ <internal:couchbase> class CouchbaseException extends Exception ] { @@ -79,7 +90,7 @@ Extension [ <persistent> extension #181 couchbase version 2.0.7 ] {          Property [ <default> protected $line ]        } -      - Methods [9] { +      - Methods [10] {          Method [ <internal:Core, inherits Exception, ctor> <visibility error> method __construct ] {            - Parameters [3] { @@ -89,6 +100,9 @@ Extension [ <persistent> extension #181 couchbase version 2.0.7 ] {            }          } +        Method [ <internal:Core, inherits Exception> public method __wakeup ] { +        } +          Method [ <internal:Core, inherits Exception> final public method getMessage ] {          } @@ -177,7 +191,7 @@ Extension [ <persistent> extension #181 couchbase version 2.0.7 ] {        - Properties [0] {        } -      - Methods [17] { +      - Methods [18] {          Method [ <internal:couchbase, ctor> public method __construct ] {          } @@ -214,6 +228,9 @@ Extension [ <persistent> extension #181 couchbase version 2.0.7 ] {          Method [ <internal:couchbase> public method unlock ] {          } +        Method [ <internal:couchbase> public method n1ql_request ] { +        } +          Method [ <internal:couchbase> public method http_request ] {          }  | 
