From 115f808354bb8e018242c33729ffc6bc3b077e58 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 14 Jul 2021 15:57:59 +0200 Subject: update to 1.10.0 with libbson and libmongoc 1.18.0 with libmongocrypt 1.2.1 raise dependency on PHP 7.1 --- REFLECTION | 30 +++++++++++++++++++++++++----- 1 file changed, 25 insertions(+), 5 deletions(-) (limited to 'REFLECTION') diff --git a/REFLECTION b/REFLECTION index ddb1f13..9d3b74b 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #115 mongodb version 1.10.0alpha1 ] { +Extension [ extension #117 mongodb version 1.10.0 ] { - Dependencies { Dependency [ date (Required) ] @@ -14,8 +14,8 @@ Extension [ extension #115 mongodb version 1.10.0alpha1 ] { } - Constants [2] { - Constant [ string MONGODB_VERSION ] { 1.10.0alpha1 } - Constant [ string MONGODB_STABILITY ] { alpha } + Constant [ string MONGODB_VERSION ] { 1.10.0 } + Constant [ string MONGODB_STABILITY ] { stable } } - Functions { @@ -1447,7 +1447,13 @@ Extension [ extension #115 mongodb version 1.10.0alpha1 ] { - Static properties [0] { } - - Static methods [0] { + - Static methods [1] { + Method [ static public method __set_state ] { + + - Parameters [1] { + Parameter #0 [ array $properties ] + } + } } - Properties [0] { @@ -1501,7 +1507,7 @@ Extension [ extension #115 mongodb version 1.10.0alpha1 ] { - Properties [0] { } - - Methods [15] { + - Methods [17] { Method [ final public method __construct ] { - Parameters [3] { @@ -1511,6 +1517,13 @@ Extension [ extension #115 mongodb version 1.10.0alpha1 ] { } } + Method [ final public method addSubscriber ] { + + - Parameters [1] { + Parameter #0 [ MongoDB\Driver\Monitoring\Subscriber $subscriber ] + } + } + Method [ final public method createClientEncryption ] { - Parameters [1] { @@ -1596,6 +1609,13 @@ Extension [ extension #115 mongodb version 1.10.0alpha1 ] { } } + Method [ final public method removeSubscriber ] { + + - Parameters [1] { + Parameter #0 [ MongoDB\Driver\Monitoring\Subscriber $subscriber ] + } + } + Method [ final public method selectServer ] { - Parameters [1] { -- cgit