summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2019-02-01 13:39:52 +0100
committerRemi Collet <remi@remirepo.net>2019-02-01 13:39:52 +0100
commita9cdf96571d1c99c1420726fa3aa47a788e3da8e (patch)
tree88bd7c816f1a953317cd2164f2afd77a8cafd155
parentb0c67efe37f834c52e70c27ec635e3ea7defe0ae (diff)
v8.0.15
-rw-r--r--PHPINFO2
-rw-r--r--REFLECTION4
-rw-r--r--php-pecl-mysql-xdevapi.spec5
3 files changed, 7 insertions, 4 deletions
diff --git a/PHPINFO b/PHPINFO
index ac04b7a..7d197a1 100644
--- a/PHPINFO
+++ b/PHPINFO
@@ -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
diff --git a/REFLECTION b/REFLECTION
index 481e43e..9e4c32c 100644
--- a/REFLECTION
+++ b/REFLECTION
@@ -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