summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2019-04-25 07:25:10 +0200
committerRemi Collet <remi@remirepo.net>2019-04-25 07:25:10 +0200
commit185e6553ea299fb7aa88cafee3a2a4d07e4054fb (patch)
treeb4e5270d90422269ce21dfe9df93d47624190331
parenta9cdf96571d1c99c1420726fa3aa47a788e3da8e (diff)
v8.0.16
-rw-r--r--PHPINFO2
-rw-r--r--REFLECTION29
-rw-r--r--php-pecl-mysql-xdevapi.spec5
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 [ <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)