From 185e6553ea299fb7aa88cafee3a2a4d07e4054fb Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 25 Apr 2019 07:25:10 +0200 Subject: v8.0.16 --- PHPINFO | 2 +- REFLECTION | 29 +++++------------------------ php-pecl-mysql-xdevapi.spec | 5 ++++- 3 files changed, 10 insertions(+), 26 deletions(-) diff --git a/PHPINFO b/PHPINFO index 7d197a1..74a6951 100644 --- a/PHPINFO +++ b/PHPINFO @@ -2,7 +2,7 @@ mysql_xdevapi mysql_xdevapi => enabled -Version => mysql_xdevapi 8.0.15 +Version => mysql_xdevapi 8.0.16 Read timeout => 31536000 Collecting statistics => Yes Collecting memory statistics => No diff --git a/REFLECTION b/REFLECTION index 9e4c32c..deea155 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #122 mysql_xdevapi version 8.0.15 ] { +Extension [ extension #125 mysql_xdevapi version 8.0.16 ] { - Dependencies { Dependency [ standard (Required) ] @@ -28,7 +28,9 @@ Extension [ extension #122 mysql_xdevapi version 8.0.15 ] { } } - - Constants [38] { + - Constants [40] { + Constant [ string MYSQLX_VERSION ] { 8.0.16 } + Constant [ integer MYSQLX_VERSION_ID ] { 80016 } Constant [ integer MYSQLX_CLIENT_SSL ] { 2048 } Constant [ integer MYSQLX_TYPE_DECIMAL ] { 0 } Constant [ integer MYSQLX_TYPE_TINY ] { 1 } @@ -91,7 +93,7 @@ Extension [ extension #122 mysql_xdevapi version 8.0.15 ] { } } - - Classes [50] { + - Classes [49] { Interface [ interface mysql_xdevapi\DatabaseObject ] { - Constants [0] { @@ -417,27 +419,6 @@ Extension [ extension #122 mysql_xdevapi version 8.0.15 ] { } } - Class [ final class mysql_xdevapi\Driver ] { - - - Constants [1] { - Constant [ public string version ] { 8.0.15 } - } - - - Static properties [0] { - } - - - Static methods [0] { - } - - - Properties [0] { - } - - - Methods [1] { - Method [ private method __construct ] { - } - } - } - Class [ class mysql_xdevapi\XSession ] { - Constants [0] { diff --git a/php-pecl-mysql-xdevapi.spec b/php-pecl-mysql-xdevapi.spec index 2806b5c..0269670 100644 --- a/php-pecl-mysql-xdevapi.spec +++ b/php-pecl-mysql-xdevapi.spec @@ -24,7 +24,7 @@ Summary: MySQL database access functions Name: %{?sub_prefix}php-pecl-mysql-xdevapi -Version: 8.0.15 +Version: 8.0.16 Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} License: PHP @@ -312,6 +312,9 @@ fi %changelog +* Thu Apr 25 2019 Remi Collet - 8.0.16-1 +- update to 8.0.16 + * Fri Feb 1 2019 Remi Collet - 8.0.15-1 - update to 8.0.15 (no change) -- cgit