From dcfbca398032e9639e65996bcc718331aa8c7c6f Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 23 Feb 2022 07:25:11 +0100 Subject: update to 1.12.1 (no change) with libbson and libmongoc 1.20.1 --- REFLECTION | 91 +++++++++++++++++++++++++++++++++----------------------------- 1 file changed, 49 insertions(+), 42 deletions(-) (limited to 'REFLECTION') diff --git a/REFLECTION b/REFLECTION index b1bcc8d..583d740 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #115 mongodb version 1.12.0 ] { +Extension [ extension #114 mongodb version 1.12.1 ] { - Dependencies { Dependency [ date (Required) ] @@ -17,7 +17,7 @@ Extension [ extension #115 mongodb version 1.12.0 ] { } - Constants [2] { - Constant [ string MONGODB_VERSION ] { 1.12.0 } + Constant [ string MONGODB_VERSION ] { 1.12.1 } Constant [ string MONGODB_STABILITY ] { stable } } @@ -139,7 +139,7 @@ Extension [ extension #115 mongodb version 1.12.0 ] { } } - Interface [ interface MongoDB\BSON\BinaryInterface ] { + Interface [ interface MongoDB\BSON\BinaryInterface extends Stringable ] { - Constants [0] { } @@ -166,15 +166,16 @@ Extension [ extension #115 mongodb version 1.12.0 ] { } } - Method [ abstract public method __toString ] { + Method [ abstract public method __toString ] { - Parameters [0] { } + - Return [ string ] } } } - Interface [ interface MongoDB\BSON\Decimal128Interface ] { + Interface [ interface MongoDB\BSON\Decimal128Interface extends Stringable ] { - Constants [0] { } @@ -189,15 +190,16 @@ Extension [ extension #115 mongodb version 1.12.0 ] { } - Methods [1] { - Method [ abstract public method __toString ] { + Method [ abstract public method __toString ] { - Parameters [0] { } + - Return [ string ] } } } - Interface [ interface MongoDB\BSON\JavascriptInterface ] { + Interface [ interface MongoDB\BSON\JavascriptInterface extends Stringable ] { - Constants [0] { } @@ -224,10 +226,11 @@ Extension [ extension #115 mongodb version 1.12.0 ] { } } - Method [ abstract public method __toString ] { + Method [ abstract public method __toString ] { - Parameters [0] { } + - Return [ string ] } } } @@ -268,7 +271,7 @@ Extension [ extension #115 mongodb version 1.12.0 ] { } } - Interface [ interface MongoDB\BSON\ObjectIdInterface ] { + Interface [ interface MongoDB\BSON\ObjectIdInterface extends Stringable ] { - Constants [0] { } @@ -289,15 +292,16 @@ Extension [ extension #115 mongodb version 1.12.0 ] { } } - Method [ abstract public method __toString ] { + Method [ abstract public method __toString ] { - Parameters [0] { } + - Return [ string ] } } } - Interface [ interface MongoDB\BSON\RegexInterface ] { + Interface [ interface MongoDB\BSON\RegexInterface extends Stringable ] { - Constants [0] { } @@ -324,15 +328,16 @@ Extension [ extension #115 mongodb version 1.12.0 ] { } } - Method [ abstract public method __toString ] { + Method [ abstract public method __toString ] { - Parameters [0] { } + - Return [ string ] } } } - Interface [ interface MongoDB\BSON\TimestampInterface ] { + Interface [ interface MongoDB\BSON\TimestampInterface extends Stringable ] { - Constants [0] { } @@ -359,15 +364,16 @@ Extension [ extension #115 mongodb version 1.12.0 ] { } } - Method [ abstract public method __toString ] { + Method [ abstract public method __toString ] { - Parameters [0] { } + - Return [ string ] } } } - Interface [ interface MongoDB\BSON\UTCDateTimeInterface ] { + Interface [ interface MongoDB\BSON\UTCDateTimeInterface extends Stringable ] { - Constants [0] { } @@ -388,15 +394,16 @@ Extension [ extension #115 mongodb version 1.12.0 ] { } } - Method [ abstract public method __toString ] { + Method [ abstract public method __toString ] { - Parameters [0] { } + - Return [ string ] } } } - Class [ final class MongoDB\BSON\Binary implements MongoDB\BSON\BinaryInterface, JsonSerializable, MongoDB\BSON\Type, Serializable, Stringable ] { + Class [ final class MongoDB\BSON\Binary implements Stringable, MongoDB\BSON\BinaryInterface, JsonSerializable, MongoDB\BSON\Type, Serializable ] { - Constants [9] { Constant [ public int TYPE_GENERIC ] { 0 } @@ -487,7 +494,7 @@ Extension [ extension #115 mongodb version 1.12.0 ] { } } - Class [ final class MongoDB\BSON\DBPointer implements JsonSerializable, MongoDB\BSON\Type, Serializable, Stringable ] { + Class [ final class MongoDB\BSON\DBPointer implements Stringable, JsonSerializable, MongoDB\BSON\Type, Serializable ] { - Constants [0] { } @@ -549,7 +556,7 @@ Extension [ extension #115 mongodb version 1.12.0 ] { } } - Class [ final class MongoDB\BSON\Decimal128 implements MongoDB\BSON\Decimal128Interface, JsonSerializable, MongoDB\BSON\Type, Serializable, Stringable ] { + Class [ final class MongoDB\BSON\Decimal128 implements Stringable, MongoDB\BSON\Decimal128Interface, JsonSerializable, MongoDB\BSON\Type, Serializable ] { - Constants [0] { } @@ -618,7 +625,7 @@ Extension [ extension #115 mongodb version 1.12.0 ] { } } - Class [ final class MongoDB\BSON\Int64 implements JsonSerializable, MongoDB\BSON\Type, Serializable, Stringable ] { + Class [ final class MongoDB\BSON\Int64 implements Stringable, JsonSerializable, MongoDB\BSON\Type, Serializable ] { - Constants [0] { } @@ -680,7 +687,7 @@ Extension [ extension #115 mongodb version 1.12.0 ] { } } - Class [ final class MongoDB\BSON\Javascript implements MongoDB\BSON\JavascriptInterface, JsonSerializable, MongoDB\BSON\Type, Serializable, Stringable ] { + Class [ final class MongoDB\BSON\Javascript implements Stringable, MongoDB\BSON\JavascriptInterface, JsonSerializable, MongoDB\BSON\Type, Serializable ] { - Constants [0] { } @@ -872,7 +879,7 @@ Extension [ extension #115 mongodb version 1.12.0 ] { } } - Class [ final class MongoDB\BSON\ObjectId implements MongoDB\BSON\ObjectIdInterface, JsonSerializable, MongoDB\BSON\Type, Serializable, Stringable ] { + Class [ final class MongoDB\BSON\ObjectId implements Stringable, MongoDB\BSON\ObjectIdInterface, JsonSerializable, MongoDB\BSON\Type, Serializable ] { - Constants [0] { } @@ -977,7 +984,7 @@ Extension [ extension #115 mongodb version 1.12.0 ] { } } - Class [ final class MongoDB\BSON\Regex implements MongoDB\BSON\RegexInterface, MongoDB\BSON\Type, Serializable, JsonSerializable, Stringable ] { + Class [ final class MongoDB\BSON\Regex implements Stringable, MongoDB\BSON\RegexInterface, MongoDB\BSON\Type, Serializable, JsonSerializable ] { - Constants [0] { } @@ -1059,7 +1066,7 @@ Extension [ extension #115 mongodb version 1.12.0 ] { } } - Class [ final class MongoDB\BSON\Symbol implements JsonSerializable, MongoDB\BSON\Type, Serializable, Stringable ] { + Class [ final class MongoDB\BSON\Symbol implements Stringable, JsonSerializable, MongoDB\BSON\Type, Serializable ] { - Constants [0] { } @@ -1121,7 +1128,7 @@ Extension [ extension #115 mongodb version 1.12.0 ] { } } - Class [ final class MongoDB\BSON\Timestamp implements MongoDB\BSON\TimestampInterface, JsonSerializable, MongoDB\BSON\Type, Serializable, Stringable ] { + Class [ final class MongoDB\BSON\Timestamp implements Stringable, MongoDB\BSON\TimestampInterface, JsonSerializable, MongoDB\BSON\Type, Serializable ] { - Constants [0] { } @@ -1203,7 +1210,7 @@ Extension [ extension #115 mongodb version 1.12.0 ] { } } - Class [ final class MongoDB\BSON\Undefined implements JsonSerializable, MongoDB\BSON\Type, Serializable, Stringable ] { + Class [ final class MongoDB\BSON\Undefined implements Stringable, JsonSerializable, MongoDB\BSON\Type, Serializable ] { - Constants [0] { } @@ -1265,7 +1272,7 @@ Extension [ extension #115 mongodb version 1.12.0 ] { } } - Class [ final class MongoDB\BSON\UTCDateTime implements MongoDB\BSON\UTCDateTimeInterface, JsonSerializable, MongoDB\BSON\Type, Serializable, Stringable ] { + Class [ final class MongoDB\BSON\UTCDateTime implements Stringable, MongoDB\BSON\UTCDateTimeInterface, JsonSerializable, MongoDB\BSON\Type, Serializable ] { - Constants [0] { } @@ -1623,7 +1630,7 @@ Extension [ extension #115 mongodb version 1.12.0 ] { } } - Class [ final class MongoDB\Driver\CursorId implements Serializable, Stringable ] { + Class [ final class MongoDB\Driver\CursorId implements Stringable, Serializable ] { - Constants [0] { } @@ -2735,7 +2742,7 @@ Extension [ extension #115 mongodb version 1.12.0 ] { } } - Class [ class MongoDB\Driver\Exception\RuntimeException extends RuntimeException implements Throwable, Stringable, MongoDB\Driver\Exception\Exception ] { + Class [ class MongoDB\Driver\Exception\RuntimeException extends RuntimeException implements Stringable, Throwable, MongoDB\Driver\Exception\Exception ] { - Constants [0] { } @@ -2834,7 +2841,7 @@ Extension [ extension #115 mongodb version 1.12.0 ] { } } - Class [ class MongoDB\Driver\Exception\ServerException extends MongoDB\Driver\Exception\RuntimeException implements MongoDB\Driver\Exception\Exception, Stringable, Throwable ] { + Class [ class MongoDB\Driver\Exception\ServerException extends MongoDB\Driver\Exception\RuntimeException implements MongoDB\Driver\Exception\Exception, Throwable, Stringable ] { - Constants [0] { } @@ -2933,7 +2940,7 @@ Extension [ extension #115 mongodb version 1.12.0 ] { } } - Class [ class MongoDB\Driver\Exception\ConnectionException extends MongoDB\Driver\Exception\RuntimeException implements MongoDB\Driver\Exception\Exception, Stringable, Throwable ] { + Class [ class MongoDB\Driver\Exception\ConnectionException extends MongoDB\Driver\Exception\RuntimeException implements MongoDB\Driver\Exception\Exception, Throwable, Stringable ] { - Constants [0] { } @@ -3032,7 +3039,7 @@ Extension [ extension #115 mongodb version 1.12.0 ] { } } - Class [ abstract class MongoDB\Driver\Exception\WriteException extends MongoDB\Driver\Exception\ServerException implements Throwable, Stringable, MongoDB\Driver\Exception\Exception ] { + Class [ abstract class MongoDB\Driver\Exception\WriteException extends MongoDB\Driver\Exception\ServerException implements Stringable, Throwable, MongoDB\Driver\Exception\Exception ] { - Constants [0] { } @@ -3138,7 +3145,7 @@ Extension [ extension #115 mongodb version 1.12.0 ] { } } - Class [ class MongoDB\Driver\Exception\AuthenticationException extends MongoDB\Driver\Exception\ConnectionException implements Throwable, Stringable, MongoDB\Driver\Exception\Exception ] { + Class [ class MongoDB\Driver\Exception\AuthenticationException extends MongoDB\Driver\Exception\ConnectionException implements Stringable, Throwable, MongoDB\Driver\Exception\Exception ] { - Constants [0] { } @@ -3237,7 +3244,7 @@ Extension [ extension #115 mongodb version 1.12.0 ] { } } - Class [ class MongoDB\Driver\Exception\BulkWriteException extends MongoDB\Driver\Exception\WriteException implements MongoDB\Driver\Exception\Exception, Stringable, Throwable ] { + Class [ class MongoDB\Driver\Exception\BulkWriteException extends MongoDB\Driver\Exception\WriteException implements MongoDB\Driver\Exception\Exception, Throwable, Stringable ] { - Constants [0] { } @@ -3343,7 +3350,7 @@ Extension [ extension #115 mongodb version 1.12.0 ] { } } - Class [ class MongoDB\Driver\Exception\CommandException extends MongoDB\Driver\Exception\ServerException implements Throwable, Stringable, MongoDB\Driver\Exception\Exception ] { + Class [ class MongoDB\Driver\Exception\CommandException extends MongoDB\Driver\Exception\ServerException implements Stringable, Throwable, MongoDB\Driver\Exception\Exception ] { - Constants [0] { } @@ -3449,7 +3456,7 @@ Extension [ extension #115 mongodb version 1.12.0 ] { } } - Class [ final class MongoDB\Driver\Exception\ConnectionTimeoutException extends MongoDB\Driver\Exception\ConnectionException implements Throwable, Stringable, MongoDB\Driver\Exception\Exception ] { + Class [ final class MongoDB\Driver\Exception\ConnectionTimeoutException extends MongoDB\Driver\Exception\ConnectionException implements Stringable, Throwable, MongoDB\Driver\Exception\Exception ] { - Constants [0] { } @@ -3548,7 +3555,7 @@ Extension [ extension #115 mongodb version 1.12.0 ] { } } - Class [ class MongoDB\Driver\Exception\EncryptionException extends MongoDB\Driver\Exception\RuntimeException implements MongoDB\Driver\Exception\Exception, Stringable, Throwable ] { + Class [ class MongoDB\Driver\Exception\EncryptionException extends MongoDB\Driver\Exception\RuntimeException implements MongoDB\Driver\Exception\Exception, Throwable, Stringable ] { - Constants [0] { } @@ -3647,7 +3654,7 @@ Extension [ extension #115 mongodb version 1.12.0 ] { } } - Class [ final class MongoDB\Driver\Exception\ExecutionTimeoutException extends MongoDB\Driver\Exception\ServerException implements Throwable, Stringable, MongoDB\Driver\Exception\Exception ] { + Class [ final class MongoDB\Driver\Exception\ExecutionTimeoutException extends MongoDB\Driver\Exception\ServerException implements Stringable, Throwable, MongoDB\Driver\Exception\Exception ] { - Constants [0] { } @@ -3746,7 +3753,7 @@ Extension [ extension #115 mongodb version 1.12.0 ] { } } - Class [ class MongoDB\Driver\Exception\InvalidArgumentException extends InvalidArgumentException implements Stringable, Throwable, MongoDB\Driver\Exception\Exception ] { + Class [ class MongoDB\Driver\Exception\InvalidArgumentException extends InvalidArgumentException implements Throwable, Stringable, MongoDB\Driver\Exception\Exception ] { - Constants [0] { } @@ -3837,7 +3844,7 @@ Extension [ extension #115 mongodb version 1.12.0 ] { } } - Class [ class MongoDB\Driver\Exception\LogicException extends LogicException implements Throwable, Stringable, MongoDB\Driver\Exception\Exception ] { + Class [ class MongoDB\Driver\Exception\LogicException extends LogicException implements Stringable, Throwable, MongoDB\Driver\Exception\Exception ] { - Constants [0] { } @@ -3928,7 +3935,7 @@ Extension [ extension #115 mongodb version 1.12.0 ] { } } - Class [ final class MongoDB\Driver\Exception\SSLConnectionException extends MongoDB\Driver\Exception\ConnectionException implements Throwable, Stringable, MongoDB\Driver\Exception\Exception ] { + Class [ final class MongoDB\Driver\Exception\SSLConnectionException extends MongoDB\Driver\Exception\ConnectionException implements Stringable, Throwable, MongoDB\Driver\Exception\Exception ] { - Constants [0] { } @@ -4027,7 +4034,7 @@ Extension [ extension #115 mongodb version 1.12.0 ] { } } - Class [ class MongoDB\Driver\Exception\UnexpectedValueException extends UnexpectedValueException implements Stringable, Throwable, MongoDB\Driver\Exception\Exception ] { + Class [ class MongoDB\Driver\Exception\UnexpectedValueException extends UnexpectedValueException implements Throwable, Stringable, MongoDB\Driver\Exception\Exception ] { - Constants [0] { } -- cgit