From 67f988279084e5cfdbd88ab590493ee2fbc04a46 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sat, 26 Dec 2015 17:41:42 +0100 Subject: php-pecl-mongodb: 1.1.1 --- REFLECTION | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'REFLECTION') diff --git a/REFLECTION b/REFLECTION index 434bce5..1f2ced4 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #130 mongodb version 1.1.0 ] { +Extension [ extension #129 mongodb version 1.1.1 ] { - INI { Entry [ mongodb.debug ] @@ -7,7 +7,7 @@ Extension [ extension #130 mongodb version 1.1.0 ] { } - Constants [3] { - Constant [ string MONGODB_VERSION ] { 1.1.0 } + Constant [ string MONGODB_VERSION ] { 1.1.1 } Constant [ string MONGODB_STABILITY ] { stable } Constant [ string BSON_NAMESPACE ] { MongoDB\BSON } } @@ -1097,7 +1097,7 @@ Extension [ extension #130 mongodb version 1.1.0 ] { } } - Class [ class MongoDB\Driver\Exception\SSLConnectionException extends MongoDB\Driver\Exception\ConnectionException implements MongoDB\Driver\Exception\Exception ] { + Class [ final class MongoDB\Driver\Exception\SSLConnectionException extends MongoDB\Driver\Exception\ConnectionException implements MongoDB\Driver\Exception\Exception ] { - Constants [0] { } @@ -1282,7 +1282,7 @@ Extension [ extension #130 mongodb version 1.1.0 ] { } } - Class [ class MongoDB\Driver\Exception\ExecutionTimeoutException extends MongoDB\Driver\Exception\RuntimeException implements MongoDB\Driver\Exception\Exception ] { + Class [ final class MongoDB\Driver\Exception\ExecutionTimeoutException extends MongoDB\Driver\Exception\RuntimeException implements MongoDB\Driver\Exception\Exception ] { - Constants [0] { } @@ -1339,7 +1339,7 @@ Extension [ extension #130 mongodb version 1.1.0 ] { } } - Class [ class MongoDB\Driver\Exception\ConnectionTimeoutException extends MongoDB\Driver\Exception\ConnectionException implements MongoDB\Driver\Exception\Exception ] { + Class [ final class MongoDB\Driver\Exception\ConnectionTimeoutException extends MongoDB\Driver\Exception\ConnectionException implements MongoDB\Driver\Exception\Exception ] { - Constants [0] { } -- cgit