From 526976513471273c3758151f5213844712a6b5f9 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 11 Sep 2015 08:13:19 +0200 Subject: php-pecl-mongodb: 1.0.0beta1 (refl) --- REFLECTION | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/REFLECTION b/REFLECTION index e19f381..1e56450 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #124 mongodb version 1.0.0alpha2 ] { +Extension [ extension #125 mongodb version 1.0.0beta1 ] { - INI { Entry [ mongodb.debug ] @@ -7,8 +7,8 @@ Extension [ extension #124 mongodb version 1.0.0alpha2 ] { } - Constants [3] { - Constant [ string MONGODB_VERSION ] { 1.0.0alpha2 } - Constant [ string MONGODB_STABILITY ] { alpha } + Constant [ string MONGODB_VERSION ] { 1.0.0beta1 } + Constant [ string MONGODB_STABILITY ] { beta } Constant [ string BSON_NAMESPACE ] { MongoDB\BSON } } @@ -348,17 +348,19 @@ Extension [ extension #124 mongodb version 1.0.0alpha2 ] { Method [ final public method executeCommand ] { - - Parameters [2] { + - Parameters [3] { Parameter #0 [ $db ] Parameter #1 [ MongoDB\Driver\Command $command ] + Parameter #2 [ MongoDB\Driver\ReadPreference or NULL $readPreference ] } } Method [ final public method executeQuery ] { - - Parameters [2] { + - Parameters [3] { Parameter #0 [ $namespace ] Parameter #1 [ MongoDB\Driver\Query $zquery ] + Parameter #2 [ MongoDB\Driver\ReadPreference or NULL $readPreference ] } } -- cgit