summaryrefslogtreecommitdiffstats
path: root/REFLECTION
diff options
context:
space:
mode:
Diffstat (limited to 'REFLECTION')
-rw-r--r--REFLECTION7
1 files changed, 4 insertions, 3 deletions
diff --git a/REFLECTION b/REFLECTION
index 779c100..910c9c1 100644
--- a/REFLECTION
+++ b/REFLECTION
@@ -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] {