diff options
author | Remi Collet <remi@remirepo.net> | 2021-10-30 09:22:46 +0200 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2021-10-30 09:22:46 +0200 |
commit | 70d5f0533dbd0330146b119afb45f7d34dd2326f (patch) | |
tree | e8b50858362d8acfa665f545a96e1b7706a18570 /REFLECTION | |
parent | 1e232b28054bcb33b60a49c557d8d6343634db56 (diff) |
update to 1.11.0
with libbson and libmongoc 1.19.1
Diffstat (limited to 'REFLECTION')
-rw-r--r-- | REFLECTION | 38 |
1 files changed, 30 insertions, 8 deletions
@@ -1,4 +1,4 @@ -Extension [ <persistent> extension #119 mongodb version 1.11.0alpha1 ] { +Extension [ <persistent> extension #123 mongodb version 1.11.0 ] { - Dependencies { Dependency [ date (Required) ] @@ -11,11 +11,14 @@ Extension [ <persistent> extension #119 mongodb version 1.11.0alpha1 ] { Entry [ mongodb.debug <ALL> ] Current = '' } + Entry [ mongodb.mock_service_id <ALL> ] + Current = '0' + } } - Constants [2] { - Constant [ string MONGODB_VERSION ] { 1.11.0alpha1 } - Constant [ string MONGODB_STABILITY ] { alpha } + Constant [ string MONGODB_VERSION ] { 1.11.0 } + Constant [ string MONGODB_STABILITY ] { stable } } - Functions { @@ -1795,7 +1798,7 @@ Extension [ <persistent> extension #119 mongodb version 1.11.0alpha1 ] { Method [ <internal:mongodb> final public method selectServer ] { - Parameters [1] { - Parameter #0 [ <required> MongoDB\Driver\ReadPreference $readPreference ] + Parameter #0 [ <optional> MongoDB\Driver\ReadPreference or NULL $readPreference ] } } @@ -2032,7 +2035,7 @@ Extension [ <persistent> extension #119 mongodb version 1.11.0alpha1 ] { Class [ <internal:mongodb> final class MongoDB\Driver\Server ] { - - Constants [9] { + - Constants [10] { Constant [ public int TYPE_UNKNOWN ] { 0 } Constant [ public int TYPE_STANDALONE ] { 1 } Constant [ public int TYPE_MONGOS ] { 2 } @@ -2042,6 +2045,7 @@ Extension [ <persistent> extension #119 mongodb version 1.11.0alpha1 ] { Constant [ public int TYPE_RS_ARBITER ] { 6 } Constant [ public int TYPE_RS_OTHER ] { 7 } Constant [ public int TYPE_RS_GHOST ] { 8 } + Constant [ public int TYPE_LOAD_BALANCER ] { 9 } } - Static properties [0] { @@ -3664,7 +3668,7 @@ Extension [ <persistent> extension #119 mongodb version 1.11.0alpha1 ] { - Properties [0] { } - - Methods [9] { + - Methods [10] { Method [ <internal:mongodb, ctor> final private method __construct ] { - Parameters [0] { @@ -3713,6 +3717,12 @@ Extension [ <persistent> extension #119 mongodb version 1.11.0alpha1 ] { } } + Method [ <internal:mongodb> final public method getServiceId ] { + + - Parameters [0] { + } + } + Method [ <internal:mongodb> final public method __wakeup ] { - Parameters [0] { @@ -3735,7 +3745,7 @@ Extension [ <persistent> extension #119 mongodb version 1.11.0alpha1 ] { - Properties [0] { } - - Methods [8] { + - Methods [9] { Method [ <internal:mongodb, ctor> final private method __construct ] { - Parameters [0] { @@ -3778,6 +3788,12 @@ Extension [ <persistent> extension #119 mongodb version 1.11.0alpha1 ] { } } + Method [ <internal:mongodb> final public method getServiceId ] { + + - Parameters [0] { + } + } + Method [ <internal:mongodb> final public method __wakeup ] { - Parameters [0] { @@ -3800,7 +3816,7 @@ Extension [ <persistent> extension #119 mongodb version 1.11.0alpha1 ] { - Properties [0] { } - - Methods [8] { + - Methods [9] { Method [ <internal:mongodb, ctor> final private method __construct ] { - Parameters [0] { @@ -3843,6 +3859,12 @@ Extension [ <persistent> extension #119 mongodb version 1.11.0alpha1 ] { } } + Method [ <internal:mongodb> final public method getServiceId ] { + + - Parameters [0] { + } + } + Method [ <internal:mongodb> final public method __wakeup ] { - Parameters [0] { |