diff options
author | Remi Collet <remi@remirepo.net> | 2018-01-24 07:02:40 +0100 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2018-01-24 07:02:40 +0100 |
commit | be64ba3baaf00d3f370f873f1989908badb85218 (patch) | |
tree | 6100555513f5cb5312cac3105c83dc32657b589d /REFLECTION | |
parent | 4ae2e5bccbffd3d3dc73f6d0a2e35ff6d5e195db (diff) |
Update to 1.4.0RC1
with libbson and libmongoc 1.9.2
Diffstat (limited to 'REFLECTION')
-rw-r--r-- | REFLECTION | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -1,4 +1,4 @@ -Extension [ <persistent> extension #182 mongodb version 1.4.0beta1 ] { +Extension [ <persistent> extension #182 mongodb version 1.4.0RC1 ] { - Dependencies { Dependency [ date (Required) ] @@ -14,7 +14,7 @@ Extension [ <persistent> extension #182 mongodb version 1.4.0beta1 ] { } - Constants [2] { - Constant [ string MONGODB_VERSION ] { 1.4.0beta1 } + Constant [ string MONGODB_VERSION ] { 1.4.0RC1 } Constant [ string MONGODB_STABILITY ] { beta } } @@ -1449,10 +1449,11 @@ Extension [ <persistent> extension #182 mongodb version 1.4.0beta1 ] { Class [ <internal:mongodb> final class MongoDB\Driver\ReadConcern implements MongoDB\BSON\Serializable, MongoDB\BSON\Type ] { - - Constants [3] { + - Constants [4] { Constant [ public string LOCAL ] { local } Constant [ public string MAJORITY ] { majority } Constant [ public string LINEARIZABLE ] { linearizable } + Constant [ public string AVAILABLE ] { available } } - Static properties [0] { |