diff options
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] { |