diff options
| author | Remi Collet <fedora@famillecollet.com> | 2016-05-20 11:44:46 +0200 | 
|---|---|---|
| committer | Remi Collet <fedora@famillecollet.com> | 2016-05-20 11:44:46 +0200 | 
| commit | 483d98fca63c84dceaae8495e1923baf6c722c89 (patch) | |
| tree | 801de9a6c75d5ee1f5359c70c91d50bf270aa5f7 /REFLECTION-PHP7 | |
| parent | 8b3b0ff9300730a8fd30351a3a8c4ab4aad2c67c (diff) | |
php-pecl-pq: 2.1.1 (php 7)
Diffstat (limited to 'REFLECTION-PHP7')
| -rw-r--r-- | REFLECTION-PHP7 | 16 | 
1 files changed, 12 insertions, 4 deletions
| diff --git a/REFLECTION-PHP7 b/REFLECTION-PHP7 index b71fcfe..b4da084 100644 --- a/REFLECTION-PHP7 +++ b/REFLECTION-PHP7 @@ -1,4 +1,4 @@ -Extension [ <persistent> extension #89 pq version 2.0.1 ] { +Extension [ <persistent> extension #89 pq version 2.1.1 ] {    - Dependencies {      Dependency [ raphf (Required) ] @@ -559,7 +559,7 @@ Extension [ <persistent> extension #89 pq version 2.0.1 ] {        - Static methods [0] {        } -      - Properties [22] { +      - Properties [23] {          Property [ <default> public $status ]          Property [ <default> public $transactionStatus ]          Property [ <default> public $socket ] @@ -567,6 +567,7 @@ Extension [ <persistent> extension #89 pq version 2.0.1 ] {          Property [ <default> public $busy ]          Property [ <default> public $encoding ]          Property [ <default> public $unbuffered ] +        Property [ <default> public $nonblocking ]          Property [ <default> public $db ]          Property [ <default> public $user ]          Property [ <default> public $pass ] @@ -584,7 +585,7 @@ Extension [ <persistent> extension #89 pq version 2.0.1 ] {          Property [ <default> public $defaultAutoConvert ]        } -      - Methods [30] { +      - Methods [31] {          Method [ <internal:pq, ctor> public method __construct ] {            - Parameters [2] { @@ -611,6 +612,12 @@ Extension [ <persistent> extension #89 pq version 2.0.1 ] {            }          } +        Method [ <internal:pq> public method flush ] { + +          - Parameters [0] { +          } +        } +          Method [ <internal:pq> public method exec ] {            - Parameters [1] { @@ -1069,10 +1076,11 @@ Extension [ <persistent> extension #89 pq version 2.0.1 ] {        - Static methods [0] {        } -      - Properties [8] { +      - Properties [9] {          Property [ <default> public $status ]          Property [ <default> public $statusMessage ]          Property [ <default> public $errorMessage ] +        Property [ <default> public $diag ]          Property [ <default> public $numRows ]          Property [ <default> public $numCols ]          Property [ <default> public $affectedRows ] | 
