From b2823e2f2aa2ceb70c08a6ddea0de6db9c996e3a Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 12 Nov 2014 19:04:37 +0100 Subject: php-pecl-mongo: 1.6.0RC1 --- REFLECTION | 26 ++++++++++++++++---------- 1 file changed, 16 insertions(+), 10 deletions(-) (limited to 'REFLECTION') diff --git a/REFLECTION b/REFLECTION index c681426..95e0276 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #171 mongo version 1.5.8 ] { +Extension [ extension #171 mongo version 1.6.0RC1 ] { - Dependencies { Dependency [ openssl (Optional) ] @@ -34,12 +34,13 @@ Extension [ extension #171 mongo version 1.5.8 ] { } } - - Constants [26] { + - Constants [27] { Constant [ integer MONGO_STREAMS ] { 1 } Constant [ integer MONGO_SUPPORTS_STREAMS ] { 1 } Constant [ integer MONGO_SUPPORTS_SSL ] { 1 } Constant [ integer MONGO_SUPPORTS_AUTH_MECHANISM_MONGODB_CR ] { 1 } Constant [ integer MONGO_SUPPORTS_AUTH_MECHANISM_MONGODB_X509 ] { 1 } + Constant [ integer MONGO_SUPPORTS_AUTH_MECHANISM_SCRAM_SHA1 ] { 1 } Constant [ integer MONGO_SUPPORTS_AUTH_MECHANISM_GSSAPI ] { 1 } Constant [ integer MONGO_SUPPORTS_AUTH_MECHANISM_PLAIN ] { 1 } Constant [ integer MONGO_STREAM_NOTIFY_TYPE_IO_INIT ] { 100 } @@ -76,7 +77,7 @@ Extension [ extension #171 mongo version 1.5.8 ] { - Constants [8] { Constant [ string DEFAULT_HOST ] { localhost } Constant [ integer DEFAULT_PORT ] { 27017 } - Constant [ string VERSION ] { 1.5.8 } + Constant [ string VERSION ] { 1.6.0RC1 } Constant [ string RP_PRIMARY ] { primary } Constant [ string RP_PRIMARY_PREFERRED ] { primaryPreferred } Constant [ string RP_SECONDARY ] { secondary } @@ -212,7 +213,7 @@ Extension [ extension #171 mongo version 1.5.8 ] { - Constants [8] { Constant [ string DEFAULT_HOST ] { localhost } Constant [ integer DEFAULT_PORT ] { 27017 } - Constant [ string VERSION ] { 1.5.8 } + Constant [ string VERSION ] { 1.6.0RC1 } Constant [ string RP_PRIMARY ] { primary } Constant [ string RP_PRIMARY_PREFERRED ] { primaryPreferred } Constant [ string RP_SECONDARY ] { secondary } @@ -827,7 +828,7 @@ Extension [ extension #171 mongo version 1.5.8 ] { - Parameters [3] { Parameter #0 [ $query_AS_array_of_fields_OR_object ] - Parameter #1 [ $limit ] + Parameter #1 [ $options_OR_limit ] Parameter #2 [ $skip ] } } @@ -1118,7 +1119,7 @@ Extension [ extension #171 mongo version 1.5.8 ] { Method [ public method timeout ] { } - Method [ protected method doQuery ] { + Method [ final protected method doQuery ] { - Parameters [0] { } @@ -1482,7 +1483,7 @@ Extension [ extension #171 mongo version 1.5.8 ] { - Parameters [3] { Parameter #0 [ $query_AS_array_of_fields_OR_object ] - Parameter #1 [ $limit ] + Parameter #1 [ $options_OR_limit ] Parameter #2 [ $skip ] } } @@ -1753,7 +1754,7 @@ Extension [ extension #171 mongo version 1.5.8 ] { Method [ public method timeout ] { } - Method [ protected method doQuery ] { + Method [ final protected method doQuery ] { - Parameters [0] { } @@ -2130,7 +2131,9 @@ Extension [ extension #171 mongo version 1.5.8 ] { - Static properties [0] { } - - Static methods [0] { + - Static methods [1] { + Method [ static public method __set_state ] { + } } - Properties [2] { @@ -2138,12 +2141,15 @@ Extension [ extension #171 mongo version 1.5.8 ] { Property [ public $usec ] } - - Methods [2] { + - Methods [3] { Method [ public method __construct ] { } Method [ public method __toString ] { } + + Method [ public method toDateTime ] { + } } } -- cgit