From 85fe801966b926dbc4991ea03b6a87d583ea02b8 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 20 May 2016 11:55:08 +0200 Subject: php-pecl-pq: 1.1.1 (php 5) --- REFLECTION | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) (limited to 'REFLECTION') diff --git a/REFLECTION b/REFLECTION index 3407e5c..8249c13 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #204 pq version 1.0.1 ] { +Extension [ extension #205 pq version 1.1.1 ] { - Dependencies { Dependency [ raphf (Required) ] @@ -535,7 +535,7 @@ Extension [ extension #204 pq version 1.0.1 ] { - Static methods [0] { } - - Properties [20] { + - Properties [21] { Property [ public $status ] Property [ public $transactionStatus ] Property [ public $socket ] @@ -543,6 +543,7 @@ Extension [ extension #204 pq version 1.0.1 ] { Property [ public $busy ] Property [ public $encoding ] Property [ public $unbuffered ] + Property [ public $nonblocking ] Property [ public $db ] Property [ public $user ] Property [ public $pass ] @@ -558,7 +559,7 @@ Extension [ extension #204 pq version 1.0.1 ] { Property [ public $defaultAutoConvert ] } - - Methods [30] { + - Methods [31] { Method [ public method __construct ] { - Parameters [2] { @@ -585,6 +586,12 @@ Extension [ extension #204 pq version 1.0.1 ] { } } + Method [ public method flush ] { + + - Parameters [0] { + } + } + Method [ public method exec ] { - Parameters [1] { @@ -1043,10 +1050,11 @@ Extension [ extension #204 pq version 1.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