From 3e8c1ef24c2258f298c31b83695ac252d8a4b67a Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 9 Apr 2021 14:54:05 +0200 Subject: update to 1.10.0alpha1 with libbson and libmongoc 1.18.0alpha with libmongocrypt 1.2.1dev --- REFLECTION | 60 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++---- 1 file changed, 56 insertions(+), 4 deletions(-) (limited to 'REFLECTION') diff --git a/REFLECTION b/REFLECTION index 361b86e..ddb1f13 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #115 mongodb version 1.9.1 ] { +Extension [ extension #115 mongodb version 1.10.0alpha1 ] { - Dependencies { Dependency [ date (Required) ] @@ -14,8 +14,8 @@ Extension [ extension #115 mongodb version 1.9.1 ] { } - Constants [2] { - Constant [ string MONGODB_VERSION ] { 1.9.1 } - Constant [ string MONGODB_STABILITY ] { stable } + Constant [ string MONGODB_VERSION ] { 1.10.0alpha1 } + Constant [ string MONGODB_STABILITY ] { alpha } } - Functions { @@ -70,7 +70,7 @@ Extension [ extension #115 mongodb version 1.9.1 ] { } } - - Classes [62] { + - Classes [63] { Interface [ interface MongoDB\BSON\Type ] { - Constants [0] { @@ -1965,6 +1965,58 @@ Extension [ extension #115 mongodb version 1.9.1 ] { } } + Class [ final class MongoDB\Driver\ServerApi implements MongoDB\BSON\Serializable, MongoDB\BSON\Type, Serializable ] { + + - Constants [1] { + Constant [ public string V1 ] { 1 } + } + + - Static properties [0] { + } + + - Static methods [1] { + Method [ static public method __set_state ] { + + - Parameters [1] { + Parameter #0 [ array $properties ] + } + } + } + + - Properties [0] { + } + + - Methods [4] { + Method [ final public method __construct ] { + + - Parameters [3] { + Parameter #0 [ string $version ] + Parameter #1 [ bool or NULL $strict ] + Parameter #2 [ bool or NULL $deprecationErrors ] + } + } + + Method [ final public method bsonSerialize ] { + + - Parameters [0] { + } + } + + Method [ final public method serialize ] { + + - Parameters [0] { + } + } + + Method [ final public method unserialize ] { + + - Parameters [1] { + Parameter #0 [ $serialized ] + } + } + } + } + Class [ final class MongoDB\Driver\Session ] { - Constants [5] { -- cgit