From b268d86fcc3dfe063b585fa8f8e3d9bbed873503 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 6 May 2015 07:45:28 +0200 Subject: php-pecl-mongodb: 0.6.0 (alpha) --- REFLECTION | 92 ++++++++++++++++++++++++++++++++++++++++----------- php-pecl-mongodb.spec | 5 ++- 2 files changed, 77 insertions(+), 20 deletions(-) diff --git a/REFLECTION b/REFLECTION index 21f9866..650739a 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #122 mongodb version 0.5.1 ] { +Extension [ extension #122 mongodb version 0.6.0 ] { - INI { Entry [ mongodb.debug ] @@ -7,7 +7,7 @@ Extension [ extension #122 mongodb version 0.5.1 ] { } - Constants [2] { - Constant [ string MONGODB_VERSION ] { 0.5.1 } + Constant [ string MONGODB_VERSION ] { 0.6.0 } Constant [ string MONGODB_STABILITY ] { alpha } } @@ -38,7 +38,7 @@ Extension [ extension #122 mongodb version 0.5.1 ] { } } - - Classes [37] { + - Classes [38] { Class [ final class MongoDB\Driver\Command ] { - Constants [0] { @@ -690,7 +690,7 @@ Extension [ extension #122 mongodb version 0.5.1 ] { } } - Interface [ interface MongoDB\Driver\Exception ] { + Interface [ interface MongoDB\Driver\Exception\Exception ] { - Constants [0] { } @@ -708,7 +708,7 @@ Extension [ extension #122 mongodb version 0.5.1 ] { } } - Class [ class MongoDB\Driver\RuntimeException extends RuntimeException implements MongoDB\Driver\Exception ] { + Class [ class MongoDB\Driver\Exception\LogicException extends LogicException implements MongoDB\Driver\Exception\Exception ] { - Constants [0] { } @@ -762,7 +762,7 @@ Extension [ extension #122 mongodb version 0.5.1 ] { } } - Class [ class MongoDB\Driver\UnexpectedValueException extends UnexpectedValueException implements MongoDB\Driver\Exception ] { + Class [ class MongoDB\Driver\Exception\RuntimeException extends RuntimeException implements MongoDB\Driver\Exception\Exception ] { - Constants [0] { } @@ -816,7 +816,7 @@ Extension [ extension #122 mongodb version 0.5.1 ] { } } - Class [ class MongoDB\Driver\InvalidArgumentException extends InvalidArgumentException implements MongoDB\Driver\Exception ] { + Class [ class MongoDB\Driver\Exception\UnexpectedValueException extends UnexpectedValueException implements MongoDB\Driver\Exception\Exception ] { - Constants [0] { } @@ -870,7 +870,7 @@ Extension [ extension #122 mongodb version 0.5.1 ] { } } - Class [ class MongoDB\Driver\ConnectionException extends MongoDB\Driver\RuntimeException implements MongoDB\Driver\Exception ] { + Class [ class MongoDB\Driver\Exception\InvalidArgumentException extends InvalidArgumentException implements MongoDB\Driver\Exception\Exception ] { - Constants [0] { } @@ -924,7 +924,7 @@ Extension [ extension #122 mongodb version 0.5.1 ] { } } - Class [ class MongoDB\Driver\AuthenticationException extends MongoDB\Driver\ConnectionException implements MongoDB\Driver\Exception ] { + Class [ class MongoDB\Driver\Exception\ConnectionException extends MongoDB\Driver\Exception\RuntimeException implements MongoDB\Driver\Exception\Exception ] { - Constants [0] { } @@ -978,7 +978,7 @@ Extension [ extension #122 mongodb version 0.5.1 ] { } } - Class [ final class MongoDB\Driver\SSLConnectionException extends MongoDB\Driver\ConnectionException implements MongoDB\Driver\Exception ] { + Class [ class MongoDB\Driver\Exception\AuthenticationException extends MongoDB\Driver\Exception\ConnectionException implements MongoDB\Driver\Exception\Exception ] { - Constants [0] { } @@ -1032,7 +1032,61 @@ Extension [ extension #122 mongodb version 0.5.1 ] { } } - Class [ class MongoDB\Driver\WriteException extends MongoDB\Driver\RuntimeException implements MongoDB\Driver\Exception ] { + Class [ final class MongoDB\Driver\Exception\SSLConnectionException extends MongoDB\Driver\Exception\ConnectionException implements MongoDB\Driver\Exception\Exception ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [4] { + Property [ protected $message ] + Property [ protected $code ] + Property [ protected $file ] + Property [ protected $line ] + } + + - Methods [9] { + Method [ public method __construct ] { + + - Parameters [3] { + Parameter #0 [ $message ] + Parameter #1 [ $code ] + Parameter #2 [ $previous ] + } + } + + Method [ final public method getMessage ] { + } + + Method [ final public method getCode ] { + } + + Method [ final public method getFile ] { + } + + Method [ final public method getLine ] { + } + + Method [ final public method getTrace ] { + } + + Method [ final public method getPrevious ] { + } + + Method [ final public method getTraceAsString ] { + } + + Method [ public method __toString ] { + } + } + } + + Class [ class MongoDB\Driver\Exception\WriteException extends MongoDB\Driver\Exception\RuntimeException implements MongoDB\Driver\Exception\Exception ] { - Constants [0] { } @@ -1093,7 +1147,7 @@ Extension [ extension #122 mongodb version 0.5.1 ] { } } - Class [ class MongoDB\Driver\WriteConcernException extends MongoDB\Driver\WriteException implements MongoDB\Driver\Exception ] { + Class [ class MongoDB\Driver\Exception\WriteConcernException extends MongoDB\Driver\Exception\WriteException implements MongoDB\Driver\Exception\Exception ] { - Constants [0] { } @@ -1113,7 +1167,7 @@ Extension [ extension #122 mongodb version 0.5.1 ] { } - Methods [10] { - Method [ final public method getWriteResult ] { + Method [ final public method getWriteResult ] { - Parameters [0] { } @@ -1154,7 +1208,7 @@ Extension [ extension #122 mongodb version 0.5.1 ] { } } - Class [ class MongoDB\Driver\BulkWriteException extends MongoDB\Driver\WriteException implements MongoDB\Driver\Exception ] { + Class [ class MongoDB\Driver\Exception\BulkWriteException extends MongoDB\Driver\Exception\WriteException implements MongoDB\Driver\Exception\Exception ] { - Constants [0] { } @@ -1174,7 +1228,7 @@ Extension [ extension #122 mongodb version 0.5.1 ] { } - Methods [10] { - Method [ final public method getWriteResult ] { + Method [ final public method getWriteResult ] { - Parameters [0] { } @@ -1215,7 +1269,7 @@ Extension [ extension #122 mongodb version 0.5.1 ] { } } - Class [ final class MongoDB\Driver\DuplicateKeyException extends MongoDB\Driver\WriteException implements MongoDB\Driver\Exception ] { + Class [ final class MongoDB\Driver\Exception\DuplicateKeyException extends MongoDB\Driver\Exception\WriteException implements MongoDB\Driver\Exception\Exception ] { - Constants [0] { } @@ -1235,7 +1289,7 @@ Extension [ extension #122 mongodb version 0.5.1 ] { } - Methods [10] { - Method [ final public method getWriteResult ] { + Method [ final public method getWriteResult ] { - Parameters [0] { } @@ -1276,7 +1330,7 @@ Extension [ extension #122 mongodb version 0.5.1 ] { } } - Class [ final class MongoDB\Driver\ExecutionTimeoutException extends MongoDB\Driver\RuntimeException implements MongoDB\Driver\Exception ] { + Class [ final class MongoDB\Driver\Exception\ExecutionTimeoutException extends MongoDB\Driver\Exception\RuntimeException implements MongoDB\Driver\Exception\Exception ] { - Constants [0] { } @@ -1330,7 +1384,7 @@ Extension [ extension #122 mongodb version 0.5.1 ] { } } - Class [ final class MongoDB\Driver\ConnectionTimeoutException extends MongoDB\Driver\ConnectionException implements MongoDB\Driver\Exception ] { + Class [ final class MongoDB\Driver\Exception\ConnectionTimeoutException extends MongoDB\Driver\Exception\ConnectionException implements MongoDB\Driver\Exception\Exception ] { - Constants [0] { } diff --git a/php-pecl-mongodb.spec b/php-pecl-mongodb.spec index ef71136..ce46261 100644 --- a/php-pecl-mongodb.spec +++ b/php-pecl-mongodb.spec @@ -21,7 +21,7 @@ Summary: MongoDB driver for PHP Name: %{?scl_prefix}php-pecl-%{pecl_name} -Version: 0.5.1 +Version: 0.6.0 Release: 1%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')} License: BSD Group: Development/Languages @@ -215,6 +215,9 @@ rm -rf %{buildroot} %changelog +* Wed May 06 2015 Remi Collet - 0.6.0-1 +- Update to 0.6.0 (alpha) + * Sat Apr 25 2015 Remi Collet - 0.5.1-1 - Update to 0.5.1 (alpha) -- cgit