From 70d5f0533dbd0330146b119afb45f7d34dd2326f Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sat, 30 Oct 2021 09:22:46 +0200 Subject: update to 1.11.0 with libbson and libmongoc 1.19.1 --- REFLECTION | 38 ++++++++++++++++++++++++++++++-------- 1 file changed, 30 insertions(+), 8 deletions(-) (limited to 'REFLECTION') diff --git a/REFLECTION b/REFLECTION index 424e54c..afeac79 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #119 mongodb version 1.11.0alpha1 ] { +Extension [ extension #123 mongodb version 1.11.0 ] { - Dependencies { Dependency [ date (Required) ] @@ -11,11 +11,14 @@ Extension [ extension #119 mongodb version 1.11.0alpha1 ] { Entry [ mongodb.debug ] Current = '' } + Entry [ mongodb.mock_service_id ] + 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 [ extension #119 mongodb version 1.11.0alpha1 ] { Method [ final public method selectServer ] { - Parameters [1] { - Parameter #0 [ MongoDB\Driver\ReadPreference $readPreference ] + Parameter #0 [ MongoDB\Driver\ReadPreference or NULL $readPreference ] } } @@ -2032,7 +2035,7 @@ Extension [ extension #119 mongodb version 1.11.0alpha1 ] { Class [ 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 [ 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 [ extension #119 mongodb version 1.11.0alpha1 ] { - Properties [0] { } - - Methods [9] { + - Methods [10] { Method [ final private method __construct ] { - Parameters [0] { @@ -3713,6 +3717,12 @@ Extension [ extension #119 mongodb version 1.11.0alpha1 ] { } } + Method [ final public method getServiceId ] { + + - Parameters [0] { + } + } + Method [ final public method __wakeup ] { - Parameters [0] { @@ -3735,7 +3745,7 @@ Extension [ extension #119 mongodb version 1.11.0alpha1 ] { - Properties [0] { } - - Methods [8] { + - Methods [9] { Method [ final private method __construct ] { - Parameters [0] { @@ -3778,6 +3788,12 @@ Extension [ extension #119 mongodb version 1.11.0alpha1 ] { } } + Method [ final public method getServiceId ] { + + - Parameters [0] { + } + } + Method [ final public method __wakeup ] { - Parameters [0] { @@ -3800,7 +3816,7 @@ Extension [ extension #119 mongodb version 1.11.0alpha1 ] { - Properties [0] { } - - Methods [8] { + - Methods [9] { Method [ final private method __construct ] { - Parameters [0] { @@ -3843,6 +3859,12 @@ Extension [ extension #119 mongodb version 1.11.0alpha1 ] { } } + Method [ final public method getServiceId ] { + + - Parameters [0] { + } + } + Method [ final public method __wakeup ] { - Parameters [0] { -- cgit