diff options
author | Remi Collet <remi@remirepo.net> | 2022-06-08 11:25:01 +0200 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2022-06-08 11:25:01 +0200 |
commit | cf820b8d6afc44baf0b22dc3be6299d11ba1c70e (patch) | |
tree | f4654436e2b2c423bd5061e8b6b884b066607944 /REFLECTION | |
parent | 8449199e5772072f7dafc6b7d2832e5a761ba1e2 (diff) |
update to 1.14.0beta1
use bundled libmongocrypt 1.5.0-rc1
use bundled libbson and libmongc 1.22.0-beta0
Diffstat (limited to 'REFLECTION')
-rw-r--r-- | REFLECTION | 59 |
1 files changed, 42 insertions, 17 deletions
@@ -1,4 +1,4 @@ -Extension [ <persistent> extension #114 mongodb version 1.13.0 ] { +Extension [ <persistent> extension #114 mongodb version 1.14.0beta1 ] { - Dependencies { Dependency [ date (Required) ] @@ -11,14 +11,11 @@ Extension [ <persistent> extension #114 mongodb version 1.13.0 ] { Entry [ mongodb.debug <ALL> ] Current = '' } - Entry [ mongodb.mock_service_id <ALL> ] - Current = '0' - } } - Constants [2] { - Constant [ string MONGODB_VERSION ] { 1.13.0 } - Constant [ string MONGODB_STABILITY ] { stable } + Constant [ string MONGODB_VERSION ] { 1.14.0beta1 } + Constant [ string MONGODB_STABILITY ] { beta } } - Functions { @@ -1457,9 +1454,12 @@ Extension [ <persistent> extension #114 mongodb version 1.13.0 ] { Class [ <internal:mongodb> final class MongoDB\Driver\ClientEncryption ] { - - Constants [2] { + - Constants [5] { 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 int QUERY_TYPE_EQUALITY ] { 0 } } - Static properties [0] { @@ -1472,6 +1472,13 @@ Extension [ <persistent> extension #114 mongodb version 1.13.0 ] { } - Methods [5] { + Method [ <internal:mongodb, ctor> final public method __construct ] { + + - Parameters [1] { + Parameter #0 [ <optional> ?array $options = <default> ] + } + } + Method [ <internal:mongodb> final public method createDataKey ] { - Parameters [2] { @@ -1495,12 +1502,6 @@ Extension [ <persistent> extension #114 mongodb version 1.13.0 ] { } } - Method [ <internal:mongodb, ctor> final private method __construct ] { - - - Parameters [0] { - } - } - Method [ <internal:mongodb> final public method __wakeup ] { - Parameters [0] { @@ -1706,7 +1707,7 @@ Extension [ <persistent> extension #114 mongodb version 1.13.0 ] { - Properties [0] { } - - Methods [17] { + - Methods [18] { Method [ <internal:mongodb, ctor> final public method __construct ] { - Parameters [3] { @@ -1784,6 +1785,12 @@ Extension [ <persistent> extension #114 mongodb version 1.13.0 ] { } } + Method [ <internal:mongodb> final public method getEncryptedFieldsMap ] { + + - Parameters [0] { + } + } + Method [ <internal:mongodb> final public method getReadConcern ] { - Parameters [0] { @@ -4330,7 +4337,7 @@ Extension [ <persistent> extension #114 mongodb version 1.13.0 ] { - Properties [0] { } - - Methods [10] { + - Methods [11] { Method [ <internal:mongodb, ctor> final private method __construct ] { - Parameters [0] { @@ -4385,6 +4392,12 @@ Extension [ <persistent> extension #114 mongodb version 1.13.0 ] { } } + Method [ <internal:mongodb> final public method getServerConnectionId ] { + + - Parameters [0] { + } + } + Method [ <internal:mongodb> final public method __wakeup ] { - Parameters [0] { @@ -4407,7 +4420,7 @@ Extension [ <persistent> extension #114 mongodb version 1.13.0 ] { - Properties [0] { } - - Methods [9] { + - Methods [10] { Method [ <internal:mongodb, ctor> final private method __construct ] { - Parameters [0] { @@ -4456,6 +4469,12 @@ Extension [ <persistent> extension #114 mongodb version 1.13.0 ] { } } + Method [ <internal:mongodb> final public method getServerConnectionId ] { + + - Parameters [0] { + } + } + Method [ <internal:mongodb> final public method __wakeup ] { - Parameters [0] { @@ -4478,7 +4497,7 @@ Extension [ <persistent> extension #114 mongodb version 1.13.0 ] { - Properties [0] { } - - Methods [9] { + - Methods [10] { Method [ <internal:mongodb, ctor> final private method __construct ] { - Parameters [0] { @@ -4527,6 +4546,12 @@ Extension [ <persistent> extension #114 mongodb version 1.13.0 ] { } } + Method [ <internal:mongodb> final public method getServerConnectionId ] { + + - Parameters [0] { + } + } + Method [ <internal:mongodb> final public method __wakeup ] { - Parameters [0] { |