From c415d7b3504e0e2768c95e53c03de33ab11e82fc Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 6 Dec 2019 07:33:31 +0100 Subject: v1.6.1 --- REFLECTION | 50 +++++++++++++++++++++++++------------------------- 1 file changed, 25 insertions(+), 25 deletions(-) (limited to 'REFLECTION') diff --git a/REFLECTION b/REFLECTION index fb7fd39..ce233f2 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #194 mongodb version 1.6.0 ] { +Extension [ extension #182 mongodb version 1.6.1 ] { - Dependencies { Dependency [ date (Required) ] @@ -14,7 +14,7 @@ Extension [ 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 [ extension #194 mongodb version 1.6.0 ] { Class [ 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 [ extension #194 mongodb version 1.6.0 ] { Class [ 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 [ extension #194 mongodb version 1.6.0 ] { Class [ 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] { -- cgit