From 483d98fca63c84dceaae8495e1923baf6c722c89 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 20 May 2016 11:44:46 +0200 Subject: php-pecl-pq: 2.1.1 (php 7) --- REFLECTION-PHP7 | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) (limited to 'REFLECTION-PHP7') diff --git a/REFLECTION-PHP7 b/REFLECTION-PHP7 index b71fcfe..b4da084 100644 --- a/REFLECTION-PHP7 +++ b/REFLECTION-PHP7 @@ -1,4 +1,4 @@ -Extension [ extension #89 pq version 2.0.1 ] { +Extension [ extension #89 pq version 2.1.1 ] { - Dependencies { Dependency [ raphf (Required) ] @@ -559,7 +559,7 @@ Extension [ extension #89 pq version 2.0.1 ] { - Static methods [0] { } - - Properties [22] { + - Properties [23] { Property [ public $status ] Property [ public $transactionStatus ] Property [ public $socket ] @@ -567,6 +567,7 @@ Extension [ extension #89 pq version 2.0.1 ] { Property [ public $busy ] Property [ public $encoding ] Property [ public $unbuffered ] + Property [ public $nonblocking ] Property [ public $db ] Property [ public $user ] Property [ public $pass ] @@ -584,7 +585,7 @@ Extension [ extension #89 pq version 2.0.1 ] { Property [ public $defaultAutoConvert ] } - - Methods [30] { + - Methods [31] { Method [ public method __construct ] { - Parameters [2] { @@ -611,6 +612,12 @@ Extension [ extension #89 pq version 2.0.1 ] { } } + Method [ public method flush ] { + + - Parameters [0] { + } + } + Method [ public method exec ] { - Parameters [1] { @@ -1069,10 +1076,11 @@ Extension [ extension #89 pq version 2.0.1 ] { - Static methods [0] { } - - Properties [8] { + - Properties [9] { Property [ public $status ] Property [ public $statusMessage ] Property [ public $errorMessage ] + Property [ public $diag ] Property [ public $numRows ] Property [ public $numCols ] Property [ public $affectedRows ] -- cgit