From b0c67efe37f834c52e70c27ec635e3ea7defe0ae Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 23 Jan 2019 06:59:28 +0100 Subject: v8.0.14 --- PHPINFO | 2 +- REFLECTION | 87 +++++++-------------------------------------- php-pecl-mysql-xdevapi.spec | 7 ++-- 3 files changed, 19 insertions(+), 77 deletions(-) diff --git a/PHPINFO b/PHPINFO index 11adb75..ac04b7a 100644 --- a/PHPINFO +++ b/PHPINFO @@ -2,7 +2,7 @@ mysql_xdevapi mysql_xdevapi => enabled -Version => mysql_xdevapi 8.0.13 +Version => mysql_xdevapi 8.0.14 Read timeout => 31536000 Collecting statistics => Yes Collecting memory statistics => No diff --git a/REFLECTION b/REFLECTION index 97bb717..481e43e 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #116 mysql_xdevapi version 8.0.13 ] { +Extension [ extension #122 mysql_xdevapi version 8.0.14 ] { - Dependencies { Dependency [ standard (Required) ] @@ -91,7 +91,7 @@ Extension [ extension #116 mysql_xdevapi version 8.0.13 ] { } } - - Classes [51] { + - Classes [50] { Interface [ interface mysql_xdevapi\DatabaseObject ] { - Constants [0] { @@ -417,43 +417,10 @@ Extension [ extension #116 mysql_xdevapi version 8.0.13 ] { } } - Class [ class mysql_xdevapi\FieldMetadata ] { - - - Constants [0] { - } - - - Static properties [0] { - } - - - Static methods [0] { - } - - - Properties [13] { - Property [ public $type ] - Property [ public $type_name ] - Property [ public $name ] - Property [ public $original_name ] - Property [ public $table ] - Property [ public $original_table ] - Property [ public $schema ] - Property [ public $catalog ] - Property [ public $collation ] - Property [ public $fractional_digits ] - Property [ public $length ] - Property [ public $flags ] - Property [ public $content_type ] - } - - - Methods [1] { - Method [ private method __construct ] { - } - } - } - Class [ final class mysql_xdevapi\Driver ] { - Constants [1] { - Constant [ public string version ] { 8.0.13 } + Constant [ public string version ] { 8.0.14 } } - Static properties [0] { @@ -505,18 +472,10 @@ Extension [ extension #116 mysql_xdevapi version 8.0.13 ] { - Properties [0] { } - - Methods [20] { + - Methods [17] { Method [ private method __construct ] { } - Method [ public method executeSql ] { - - - Parameters [2] { - Parameter #0 [ string $query ] - Parameter #1 [ ...$args ] - } - } - Method [ public method sql ] { - Parameters [1] { @@ -537,12 +496,6 @@ Extension [ extension #116 mysql_xdevapi version 8.0.13 ] { } } - Method [ public method getClientId ] { - - - Parameters [0] { - } - } - Method [ public method generateUUID ] { - Parameters [0] { @@ -569,6 +522,12 @@ Extension [ extension #116 mysql_xdevapi version 8.0.13 ] { } } + Method [ public method getDefaultSchema ] { + + - Parameters [0] { + } + } + Method [ public method getSchema ] { - Parameters [1] { @@ -615,19 +574,6 @@ Extension [ extension #116 mysql_xdevapi version 8.0.13 ] { } } - Method [ public method listClients ] { - - - Parameters [0] { - } - } - - Method [ public method killClient ] { - - - Parameters [1] { - Parameter #0 [ integer $client_id ] - } - } - Method [ public method close ] { - Parameters [0] { @@ -1408,7 +1354,7 @@ Extension [ extension #116 mysql_xdevapi version 8.0.13 ] { } } - Method [ public method getColumnCount ] { + Method [ public method getColumnsCount ] { - Parameters [0] { } @@ -1494,7 +1440,7 @@ Extension [ extension #116 mysql_xdevapi version 8.0.13 ] { } } - Method [ public method getColumnCount ] { + Method [ public method getColumnsCount ] { - Parameters [0] { } @@ -1709,7 +1655,7 @@ Extension [ extension #116 mysql_xdevapi version 8.0.13 ] { - Properties [0] { } - - Methods [7] { + - Methods [6] { Method [ private method __construct ] { } @@ -1734,13 +1680,6 @@ Extension [ extension #116 mysql_xdevapi version 8.0.13 ] { } } - Method [ public method offset ] { - - - Parameters [1] { - Parameter #0 [ integer $position ] - } - } - Method [ public method bind ] { - Parameters [1] { diff --git a/php-pecl-mysql-xdevapi.spec b/php-pecl-mysql-xdevapi.spec index 334a831..45d95e6 100644 --- a/php-pecl-mysql-xdevapi.spec +++ b/php-pecl-mysql-xdevapi.spec @@ -1,6 +1,6 @@ # remirepo spec file for php-pecl-mysql-xdevapi # -# Copyright (c) 2016-2018 Remi Collet +# Copyright (c) 2016-2019 Remi Collet # License: CC-BY-SA # http://creativecommons.org/licenses/by-sa/4.0/ # @@ -24,7 +24,7 @@ Summary: MySQL database access functions Name: %{?sub_prefix}php-pecl-mysql-xdevapi -Version: 8.0.13 +Version: 8.0.14 Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} License: PHP @@ -312,6 +312,9 @@ fi %changelog +* Wed Jan 23 2019 Remi Collet - 8.0.14-1 +- update to 8.0.14 + * Mon Oct 22 2018 Remi Collet - 8.0.13-1 - update to 8.0.13 -- cgit