diff options
Diffstat (limited to 'REFLECTION')
| -rw-r--r-- | REFLECTION | 50 | 
1 files changed, 25 insertions, 25 deletions
@@ -1,4 +1,4 @@ -Extension [ <persistent> extension #194 mongodb version 1.6.0 ] { +Extension [ <persistent> extension #182 mongodb version 1.6.1 ] {    - Dependencies {      Dependency [ date (Required) ] @@ -14,7 +14,7 @@ Extension [ <persistent> extension #194 mongodb version 1.6.0 ] {    }    - Constants [2] { -    Constant [ string MONGODB_VERSION ] { 1.6.0 } +    Constant [ string MONGODB_VERSION ] { 1.6.1 }      Constant [ string MONGODB_STABILITY ] { stable }    } @@ -396,13 +396,13 @@ Extension [ <persistent> extension #194 mongodb version 1.6.0 ] {      Class [ <internal:mongodb> final class MongoDB\BSON\Binary implements MongoDB\BSON\BinaryInterface, JsonSerializable, MongoDB\BSON\Type, Serializable ] {        - Constants [7] { -        Constant [ public integer TYPE_GENERIC ] { 0 } -        Constant [ public integer TYPE_FUNCTION ] { 1 } -        Constant [ public integer TYPE_OLD_BINARY ] { 2 } -        Constant [ public integer TYPE_OLD_UUID ] { 3 } -        Constant [ public integer TYPE_UUID ] { 4 } -        Constant [ public integer TYPE_MD5 ] { 5 } -        Constant [ public integer TYPE_USER_DEFINED ] { 128 } +        Constant [ public int TYPE_GENERIC ] { 0 } +        Constant [ public int TYPE_FUNCTION ] { 1 } +        Constant [ public int TYPE_OLD_BINARY ] { 2 } +        Constant [ public int TYPE_OLD_UUID ] { 3 } +        Constant [ public int TYPE_UUID ] { 4 } +        Constant [ public int TYPE_MD5 ] { 5 } +        Constant [ public int TYPE_USER_DEFINED ] { 128 }        }        - Static properties [0] { @@ -1598,13 +1598,13 @@ Extension [ <persistent> extension #194 mongodb version 1.6.0 ] {      Class [ <internal:mongodb> final class MongoDB\Driver\ReadPreference implements MongoDB\BSON\Serializable, MongoDB\BSON\Type ] {        - Constants [7] { -        Constant [ public integer RP_PRIMARY ] { 1 } -        Constant [ public integer RP_PRIMARY_PREFERRED ] { 5 } -        Constant [ public integer RP_SECONDARY ] { 2 } -        Constant [ public integer RP_SECONDARY_PREFERRED ] { 6 } -        Constant [ public integer RP_NEAREST ] { 10 } -        Constant [ public integer NO_MAX_STALENESS ] { -1 } -        Constant [ public integer SMALLEST_MAX_STALENESS_SECONDS ] { 90 } +        Constant [ public int RP_PRIMARY ] { 1 } +        Constant [ public int RP_PRIMARY_PREFERRED ] { 5 } +        Constant [ public int RP_SECONDARY ] { 2 } +        Constant [ public int RP_SECONDARY_PREFERRED ] { 6 } +        Constant [ public int RP_NEAREST ] { 10 } +        Constant [ public int NO_MAX_STALENESS ] { -1 } +        Constant [ public int SMALLEST_MAX_STALENESS_SECONDS ] { 90 }        }        - Static properties [0] { @@ -1661,15 +1661,15 @@ Extension [ <persistent> extension #194 mongodb version 1.6.0 ] {      Class [ <internal:mongodb> final class MongoDB\Driver\Server ] {        - Constants [9] { -        Constant [ public integer TYPE_UNKNOWN ] { 0 } -        Constant [ public integer TYPE_STANDALONE ] { 1 } -        Constant [ public integer TYPE_MONGOS ] { 2 } -        Constant [ public integer TYPE_POSSIBLE_PRIMARY ] { 3 } -        Constant [ public integer TYPE_RS_PRIMARY ] { 4 } -        Constant [ public integer TYPE_RS_SECONDARY ] { 5 } -        Constant [ public integer TYPE_RS_ARBITER ] { 6 } -        Constant [ public integer TYPE_RS_OTHER ] { 7 } -        Constant [ public integer TYPE_RS_GHOST ] { 8 } +        Constant [ public int TYPE_UNKNOWN ] { 0 } +        Constant [ public int TYPE_STANDALONE ] { 1 } +        Constant [ public int TYPE_MONGOS ] { 2 } +        Constant [ public int TYPE_POSSIBLE_PRIMARY ] { 3 } +        Constant [ public int TYPE_RS_PRIMARY ] { 4 } +        Constant [ public int TYPE_RS_SECONDARY ] { 5 } +        Constant [ public int TYPE_RS_ARBITER ] { 6 } +        Constant [ public int TYPE_RS_OTHER ] { 7 } +        Constant [ public int TYPE_RS_GHOST ] { 8 }        }        - Static properties [0] {  | 
