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 ++++++++++++++++---------- php-pecl-mongo-dev.spec | 11 +++++++---- 2 files changed, 23 insertions(+), 14 deletions(-) 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 ] { + } } } diff --git a/php-pecl-mongo-dev.spec b/php-pecl-mongo-dev.spec index 0b1d573..9535587 100644 --- a/php-pecl-mongo-dev.spec +++ b/php-pecl-mongo-dev.spec @@ -5,8 +5,8 @@ %global pecl_name mongo %global with_zts 0%{?__ztsphp:1} -#global prever RC2 -%global gh_commit a3335ff08327b2c429ad5a2b712ed54b42e90d36 +%global prever RC1 +%global gh_commit 317c7607c1550f1a6fca1aab2556f3e2ca49c525 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner mongodb %global gh_project mongo-php-driver @@ -21,8 +21,8 @@ Summary: PHP MongoDB database driver Name: %{?scl_prefix}php-pecl-mongo -Version: 1.5.8 -Release: 1%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')} +Version: 1.6.0 +Release: 0.1.%{prever}%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')} License: ASL 2.0 Group: Development/Languages URL: http://pecl.php.net/package/%{pecl_name} @@ -219,6 +219,9 @@ rm -rf data %changelog +* Wed Nov 12 2014 Remi Collet - 1.6.0-0.1.RC1 +- Update to 1.6.0RC1 (beta) + * Wed Nov 12 2014 Remi Collet - 1.5.8-1 - Update to 1.5.8 (stable) -- cgit