diff options
author | Remi Collet <fedora@famillecollet.com> | 2015-09-11 08:13:19 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2015-09-11 08:13:19 +0200 |
commit | 526976513471273c3758151f5213844712a6b5f9 (patch) | |
tree | d600d2ac13ab529be86145140809761c5ed52cfa /REFLECTION | |
parent | 88fbb271ea85fe147bc8af20e81fcb73e168b236 (diff) |
php-pecl-mongodb: 1.0.0beta1 (refl)
Diffstat (limited to 'REFLECTION')
-rw-r--r-- | REFLECTION | 12 |
1 files changed, 7 insertions, 5 deletions
@@ -1,4 +1,4 @@ -Extension [ <persistent> extension #124 mongodb version 1.0.0alpha2 ] { +Extension [ <persistent> extension #125 mongodb version 1.0.0beta1 ] { - INI { Entry [ mongodb.debug <ALL> ] @@ -7,8 +7,8 @@ Extension [ <persistent> 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 [ <persistent> extension #124 mongodb version 1.0.0alpha2 ] { Method [ <internal:mongodb> final public method executeCommand ] { - - Parameters [2] { + - Parameters [3] { Parameter #0 [ <required> $db ] Parameter #1 [ <required> MongoDB\Driver\Command $command ] + Parameter #2 [ <optional> MongoDB\Driver\ReadPreference or NULL $readPreference ] } } Method [ <internal:mongodb> final public method executeQuery ] { - - Parameters [2] { + - Parameters [3] { Parameter #0 [ <required> $namespace ] Parameter #1 [ <required> MongoDB\Driver\Query $zquery ] + Parameter #2 [ <optional> MongoDB\Driver\ReadPreference or NULL $readPreference ] } } |