diff options
-rw-r--r-- | PHPINFO | 2 | ||||
-rw-r--r-- | REFLECTION | 29 | ||||
-rw-r--r-- | php-pecl-mysql-xdevapi.spec | 5 |
3 files changed, 10 insertions, 26 deletions
@@ -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 @@ -1,4 +1,4 @@ -Extension [ <persistent> extension #122 mysql_xdevapi version 8.0.15 ] { +Extension [ <persistent> extension #125 mysql_xdevapi version 8.0.16 ] { - Dependencies { Dependency [ standard (Required) ] @@ -28,7 +28,9 @@ Extension [ <persistent> 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 [ <persistent> extension #122 mysql_xdevapi version 8.0.15 ] { } } - - Classes [50] { + - Classes [49] { Interface [ <internal:mysql_xdevapi> interface mysql_xdevapi\DatabaseObject ] { - Constants [0] { @@ -417,27 +419,6 @@ Extension [ <persistent> extension #122 mysql_xdevapi version 8.0.15 ] { } } - Class [ <internal:mysql_xdevapi> 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 [ <internal:mysql_xdevapi, ctor> private method __construct ] { - } - } - } - Class [ <internal:mysql_xdevapi> 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 <remi@remirepo.net> - 8.0.16-1 +- update to 8.0.16 + * Fri Feb 1 2019 Remi Collet <remi@remirepo.net> - 8.0.15-1 - update to 8.0.15 (no change) |