diff options
-rw-r--r-- | PHPINFO | 2 | ||||
-rw-r--r-- | REFLECTION | 4 | ||||
-rw-r--r-- | php-pecl-mysql-xdevapi.spec | 5 |
3 files changed, 7 insertions, 4 deletions
@@ -2,7 +2,7 @@ mysql_xdevapi mysql_xdevapi => enabled -Version => mysql_xdevapi 8.0.14 +Version => mysql_xdevapi 8.0.15 Read timeout => 31536000 Collecting statistics => Yes Collecting memory statistics => No @@ -1,4 +1,4 @@ -Extension [ <persistent> extension #122 mysql_xdevapi version 8.0.14 ] { +Extension [ <persistent> extension #122 mysql_xdevapi version 8.0.15 ] { - Dependencies { Dependency [ standard (Required) ] @@ -420,7 +420,7 @@ Extension [ <persistent> extension #122 mysql_xdevapi version 8.0.14 ] { Class [ <internal:mysql_xdevapi> final class mysql_xdevapi\Driver ] { - Constants [1] { - Constant [ public string version ] { 8.0.14 } + Constant [ public string version ] { 8.0.15 } } - Static properties [0] { diff --git a/php-pecl-mysql-xdevapi.spec b/php-pecl-mysql-xdevapi.spec index 45d95e6..2806b5c 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.14 +Version: 8.0.15 Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} License: PHP @@ -312,6 +312,9 @@ fi %changelog +* Fri Feb 1 2019 Remi Collet <remi@remirepo.net> - 8.0.15-1 +- update to 8.0.15 (no change) + * Wed Jan 23 2019 Remi Collet <remi@remirepo.net> - 8.0.14-1 - update to 8.0.14 |