diff options
author | Remi Collet <remi@remirepo.net> | 2024-05-13 18:04:49 +0200 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2024-05-13 18:04:49 +0200 |
commit | d2100a885fbc8bfe9f96ccccdfc14f41b772410f (patch) | |
tree | abd228655790c47a1ea7b453b8bd8dfd4024612b /REFLECTION | |
parent | b3a112d859af8ad06be62522de3fae84e0610cad (diff) |
update to 1.19.0
raise dependency on libbson and libmongc 1.27.0
raise dependency on libmongocrypt 1.10.0
Diffstat (limited to 'REFLECTION')
-rw-r--r-- | REFLECTION | 22 |
1 files changed, 18 insertions, 4 deletions
@@ -1,4 +1,4 @@ -Extension [ <persistent> extension #98 mongodb version 1.18.1 ] { +Extension [ <persistent> extension #99 mongodb version 1.19.0 ] { - Dependencies { Dependency [ date (Required) ] @@ -14,7 +14,7 @@ Extension [ <persistent> extension #98 mongodb version 1.18.1 ] { } - Constants [2] { - Constant [ string MONGODB_VERSION ] { 1.18.1 } + Constant [ string MONGODB_VERSION ] { 1.19.0 } Constant [ string MONGODB_STABILITY ] { stable } } @@ -5026,7 +5026,7 @@ Extension [ <persistent> extension #98 mongodb version 1.18.1 ] { - Properties [0] { } - - Methods [10] { + - Methods [11] { Method [ <internal:mongodb, ctor> final private method __construct ] { - Parameters [0] { @@ -5040,6 +5040,13 @@ Extension [ <persistent> extension #98 mongodb version 1.18.1 ] { - Return [ string ] } + Method [ <internal:mongodb> final public method getDatabaseName ] { + + - Parameters [0] { + } + - Return [ string ] + } + Method [ <internal:mongodb> final public method getDurationMicros ] { - Parameters [0] { @@ -5191,7 +5198,7 @@ Extension [ <persistent> extension #98 mongodb version 1.18.1 ] { - Properties [0] { } - - Methods [9] { + - Methods [10] { Method [ <internal:mongodb, ctor> final private method __construct ] { - Parameters [0] { @@ -5205,6 +5212,13 @@ Extension [ <persistent> extension #98 mongodb version 1.18.1 ] { - Return [ string ] } + Method [ <internal:mongodb> final public method getDatabaseName ] { + + - Parameters [0] { + } + - Return [ string ] + } + Method [ <internal:mongodb> final public method getDurationMicros ] { - Parameters [0] { |