From 69aebbf9bd19a4cc3259d55fe35380f8fa22855c Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 22 Jun 2023 12:16:13 +0200 Subject: update to 1.16.0 EL use bundled libbson and libmongc 1.24.1 EL use bundled libmongocrypt 1.8.1 --- REFLECTION | 414 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++----- 1 file changed, 384 insertions(+), 30 deletions(-) (limited to 'REFLECTION') diff --git a/REFLECTION b/REFLECTION index 21dc3c6..c3f9b13 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #115 mongodb version 1.15.3 ] { +Extension [ extension #116 mongodb version 1.16.0 ] { - Dependencies { Dependency [ date (Required) ] @@ -14,7 +14,7 @@ Extension [ extension #115 mongodb version 1.15.3 ] { } - Constants [2] { - Constant [ string MONGODB_VERSION ] { 1.15.3 } + Constant [ string MONGODB_VERSION ] { 1.16.0 } Constant [ string MONGODB_STABILITY ] { stable } } @@ -78,7 +78,7 @@ Extension [ extension #115 mongodb version 1.15.3 ] { } } - - Classes [75] { + - Classes [78] { Interface [ interface MongoDB\BSON\Type ] { - Constants [0] { @@ -420,6 +420,313 @@ Extension [ extension #115 mongodb version 1.15.3 ] { } } + Class [ final class MongoDB\BSON\Iterator implements Iterator, Traversable ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [7] { + Method [ final private method __construct ] { + + - Parameters [0] { + } + } + + Method [ final public method current ] { + + - Parameters [0] { + } + - Return [ mixed ] + } + + Method [ final public method key ] { + + - Parameters [0] { + } + - Return [ string|int ] + } + + Method [ final public method next ] { + + - Parameters [0] { + } + - Return [ void ] + } + + Method [ final public method rewind ] { + + - Parameters [0] { + } + - Return [ void ] + } + + Method [ final public method valid ] { + + - Parameters [0] { + } + - Return [ bool ] + } + + Method [ final public method __wakeup ] { + + - Parameters [0] { + } + - Return [ void ] + } + } + } + + Class [ final class MongoDB\BSON\PackedArray implements Stringable, IteratorAggregate, Traversable, Serializable ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [2] { + Method [ final static public method fromPHP ] { + + - Parameters [1] { + Parameter #0 [ array $value ] + } + - Return [ MongoDB\BSON\PackedArray ] + } + + Method [ final static public method __set_state ] { + + - Parameters [1] { + Parameter #0 [ array $properties ] + } + - Return [ MongoDB\BSON\PackedArray ] + } + } + + - Properties [0] { + } + + - Methods [10] { + Method [ private method __construct ] { + + - Parameters [0] { + } + } + + Method [ final public method get ] { + + - Parameters [1] { + Parameter #0 [ int $index ] + } + - Return [ mixed ] + } + + Method [ final public method getIterator ] { + + - Parameters [0] { + } + - Return [ MongoDB\BSON\Iterator ] + } + + Method [ final public method has ] { + + - Parameters [1] { + Parameter #0 [ int $index ] + } + - Return [ bool ] + } + + Method [ final public method toPHP ] { + + - Parameters [1] { + Parameter #0 [ ?array $typeMap = null ] + } + - Return [ object|array ] + } + + Method [ final public method __toString ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ final public method serialize ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ final public method unserialize ] { + + - Parameters [1] { + Parameter #0 [ string $data ] + } + - Return [ void ] + } + + Method [ final public method __unserialize ] { + + - Parameters [1] { + Parameter #0 [ array $data ] + } + - Return [ void ] + } + + Method [ final public method __serialize ] { + + - Parameters [0] { + } + - Return [ array ] + } + } + } + + Class [ final class MongoDB\BSON\Document implements Stringable, IteratorAggregate, Traversable, Serializable ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [4] { + Method [ final static public method fromBSON ] { + + - Parameters [1] { + Parameter #0 [ string $bson ] + } + - Return [ MongoDB\BSON\Document ] + } + + Method [ final static public method fromJSON ] { + + - Parameters [1] { + Parameter #0 [ string $json ] + } + - Return [ MongoDB\BSON\Document ] + } + + Method [ final static public method fromPHP ] { + + - Parameters [1] { + Parameter #0 [ object|array $value ] + } + - Return [ MongoDB\BSON\Document ] + } + + Method [ final static public method __set_state ] { + + - Parameters [1] { + Parameter #0 [ array $properties ] + } + - Return [ MongoDB\BSON\Document ] + } + } + + - Properties [0] { + } + + - Methods [12] { + Method [ private method __construct ] { + + - Parameters [0] { + } + } + + Method [ final public method get ] { + + - Parameters [1] { + Parameter #0 [ string $key ] + } + - Return [ mixed ] + } + + Method [ final public method getIterator ] { + + - Parameters [0] { + } + - Return [ MongoDB\BSON\Iterator ] + } + + Method [ final public method has ] { + + - Parameters [1] { + Parameter #0 [ string $key ] + } + - Return [ bool ] + } + + Method [ final public method toPHP ] { + + - Parameters [1] { + Parameter #0 [ ?array $typeMap = null ] + } + - Return [ object|array ] + } + + Method [ final public method toCanonicalExtendedJSON ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ final public method toRelaxedExtendedJSON ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ final public method __toString ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ final public method serialize ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ final public method unserialize ] { + + - Parameters [1] { + Parameter #0 [ string $data ] + } + - Return [ void ] + } + + Method [ final public method __unserialize ] { + + - Parameters [1] { + Parameter #0 [ array $data ] + } + - Return [ void ] + } + + Method [ final public method __serialize ] { + + - Parameters [0] { + } + - Return [ array ] + } + } + } + Class [ final class MongoDB\BSON\Binary implements Stringable, MongoDB\BSON\BinaryInterface, JsonSerializable, MongoDB\BSON\Type, Serializable ] { - Constants [9] { @@ -490,7 +797,7 @@ Extension [ extension #115 mongodb version 1.15.3 ] { Method [ final public method unserialize ] { - Parameters [1] { - Parameter #0 [ $serialized ] + Parameter #0 [ string $data ] } - Return [ void ] } @@ -527,7 +834,14 @@ Extension [ extension #115 mongodb version 1.15.3 ] { - Static properties [0] { } - - Static methods [0] { + - Static methods [1] { + Method [ final static public method __set_state ] { + + - Parameters [1] { + Parameter #0 [ array $properties ] + } + - Return [ MongoDB\BSON\DBPointer ] + } } - Properties [0] { @@ -557,7 +871,7 @@ Extension [ extension #115 mongodb version 1.15.3 ] { Method [ final public method unserialize ] { - Parameters [1] { - Parameter #0 [ $serialized ] + Parameter #0 [ string $data ] } - Return [ void ] } @@ -632,7 +946,7 @@ Extension [ extension #115 mongodb version 1.15.3 ] { Method [ final public method unserialize ] { - Parameters [1] { - Parameter #0 [ $serialized ] + Parameter #0 [ string $data ] } - Return [ void ] } @@ -669,16 +983,24 @@ Extension [ extension #115 mongodb version 1.15.3 ] { - Static properties [0] { } - - Static methods [0] { + - Static methods [1] { + Method [ final static public method __set_state ] { + + - Parameters [1] { + Parameter #0 [ array $properties ] + } + - Return [ MongoDB\BSON\Int64 ] + } } - Properties [0] { } - Methods [7] { - Method [ final private method __construct ] { + Method [ final public method __construct ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ string|int $value ] } } @@ -699,7 +1021,7 @@ Extension [ extension #115 mongodb version 1.15.3 ] { Method [ final public method unserialize ] { - Parameters [1] { - Parameter #0 [ $serialized ] + Parameter #0 [ string $data ] } - Return [ void ] } @@ -789,7 +1111,7 @@ Extension [ extension #115 mongodb version 1.15.3 ] { Method [ final public method unserialize ] { - Parameters [1] { - Parameter #0 [ $serialized ] + Parameter #0 [ string $data ] } - Return [ void ] } @@ -850,7 +1172,7 @@ Extension [ extension #115 mongodb version 1.15.3 ] { Method [ final public method unserialize ] { - Parameters [1] { - Parameter #0 [ $serialized ] + Parameter #0 [ string $data ] } - Return [ void ] } @@ -911,7 +1233,7 @@ Extension [ extension #115 mongodb version 1.15.3 ] { Method [ final public method unserialize ] { - Parameters [1] { - Parameter #0 [ $serialized ] + Parameter #0 [ string $data ] } - Return [ void ] } @@ -993,7 +1315,7 @@ Extension [ extension #115 mongodb version 1.15.3 ] { Method [ final public method unserialize ] { - Parameters [1] { - Parameter #0 [ $serialized ] + Parameter #0 [ string $data ] } - Return [ void ] } @@ -1115,7 +1437,7 @@ Extension [ extension #115 mongodb version 1.15.3 ] { Method [ final public method unserialize ] { - Parameters [1] { - Parameter #0 [ $serialized ] + Parameter #0 [ string $data ] } - Return [ void ] } @@ -1152,7 +1474,14 @@ Extension [ extension #115 mongodb version 1.15.3 ] { - Static properties [0] { } - - Static methods [0] { + - Static methods [1] { + Method [ final static public method __set_state ] { + + - Parameters [1] { + Parameter #0 [ array $properties ] + } + - Return [ MongoDB\BSON\Symbol ] + } } - Properties [0] { @@ -1182,7 +1511,7 @@ Extension [ extension #115 mongodb version 1.15.3 ] { Method [ final public method unserialize ] { - Parameters [1] { - Parameter #0 [ $serialized ] + Parameter #0 [ string $data ] } - Return [ void ] } @@ -1272,7 +1601,7 @@ Extension [ extension #115 mongodb version 1.15.3 ] { Method [ final public method unserialize ] { - Parameters [1] { - Parameter #0 [ $serialized ] + Parameter #0 [ string $data ] } - Return [ void ] } @@ -1309,7 +1638,14 @@ Extension [ extension #115 mongodb version 1.15.3 ] { - Static properties [0] { } - - Static methods [0] { + - Static methods [1] { + Method [ final static public method __set_state ] { + + - Parameters [1] { + Parameter #0 [ array $properties ] + } + - Return [ MongoDB\BSON\Undefined ] + } } - Properties [0] { @@ -1339,7 +1675,7 @@ Extension [ extension #115 mongodb version 1.15.3 ] { Method [ final public method unserialize ] { - Parameters [1] { - Parameter #0 [ $serialized ] + Parameter #0 [ string $data ] } - Return [ void ] } @@ -1421,7 +1757,7 @@ Extension [ extension #115 mongodb version 1.15.3 ] { Method [ final public method unserialize ] { - Parameters [1] { - Parameter #0 [ $serialized ] + Parameter #0 [ string $data ] } - Return [ void ] } @@ -1570,12 +1906,14 @@ Extension [ extension #115 mongodb version 1.15.3 ] { Class [ final class MongoDB\Driver\ClientEncryption ] { - - Constants [5] { + - Constants [7] { Constant [ public string AEAD_AES_256_CBC_HMAC_SHA_512_DETERMINISTIC ] { AEAD_AES_256_CBC_HMAC_SHA_512-Deterministic } Constant [ public string AEAD_AES_256_CBC_HMAC_SHA_512_RANDOM ] { AEAD_AES_256_CBC_HMAC_SHA_512-Random } Constant [ public string ALGORITHM_INDEXED ] { Indexed } Constant [ public string ALGORITHM_UNINDEXED ] { Unindexed } + Constant [ public string ALGORITHM_RANGE_PREVIEW ] { RangePreview } Constant [ public string QUERY_TYPE_EQUALITY ] { equality } + Constant [ public string QUERY_TYPE_RANGE_PREVIEW ] { rangePreview } } - Static properties [0] { @@ -1587,7 +1925,7 @@ Extension [ extension #115 mongodb version 1.15.3 ] { - Properties [0] { } - - Methods [12] { + - Methods [13] { Method [ final public method __construct ] { - Parameters [1] { @@ -1638,6 +1976,15 @@ Extension [ extension #115 mongodb version 1.15.3 ] { - Return [ MongoDB\BSON\Binary ] } + Method [ final public method encryptExpression ] { + + - Parameters [2] { + Parameter #0 [ object|array $expr ] + Parameter #1 [ ?array $options = null ] + } + - Return [ object ] + } + Method [ final public method getKey ] { - Parameters [1] { @@ -1866,7 +2213,7 @@ Extension [ extension #115 mongodb version 1.15.3 ] { Method [ final public method unserialize ] { - Parameters [1] { - Parameter #0 [ $serialized ] + Parameter #0 [ string $data ] } - Return [ void ] } @@ -2153,7 +2500,7 @@ Extension [ extension #115 mongodb version 1.15.3 ] { Method [ final public method unserialize ] { - Parameters [1] { - Parameter #0 [ $serialized ] + Parameter #0 [ string $data ] } - Return [ void ] } @@ -2270,7 +2617,7 @@ Extension [ extension #115 mongodb version 1.15.3 ] { Method [ final public method unserialize ] { - Parameters [1] { - Parameter #0 [ $serialized ] + Parameter #0 [ string $data ] } - Return [ void ] } @@ -2525,7 +2872,7 @@ Extension [ extension #115 mongodb version 1.15.3 ] { Method [ final public method unserialize ] { - Parameters [1] { - Parameter #0 [ $serialized ] + Parameter #0 [ string $data ] } - Return [ void ] } @@ -2907,7 +3254,7 @@ Extension [ extension #115 mongodb version 1.15.3 ] { Method [ final public method unserialize ] { - Parameters [1] { - Parameter #0 [ $serialized ] + Parameter #0 [ string $data ] } - Return [ void ] } @@ -3052,7 +3399,7 @@ Extension [ extension #115 mongodb version 1.15.3 ] { - Properties [0] { } - - Methods [12] { + - Methods [13] { Method [ final private method __construct ] { - Parameters [0] { @@ -3122,6 +3469,13 @@ Extension [ extension #115 mongodb version 1.15.3 ] { - Return [ array ] } + Method [ final public method getErrorReplies ] { + + - Parameters [0] { + } + - Return [ array ] + } + Method [ final public method isAcknowledged ] { - Parameters [0] { -- cgit