summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2021-10-19 13:46:58 +0200
committerRemi Collet <remi@php.net>2021-10-19 13:46:58 +0200
commitb1c66d939840ca933bf0b1f166c712a180398c85 (patch)
tree36009953cf5f02b7e07c817acafcda6e7c7240f6
parent55388a3d927791190be2a3d05de080210f0a9799 (diff)
update to 8.0.27 (no change)
-rw-r--r--PHPINFO2
-rw-r--r--REFLECTION6
-rw-r--r--php-pecl-mysql-xdevapi.spec7
3 files changed, 9 insertions, 6 deletions
diff --git a/PHPINFO b/PHPINFO
index 237c8f1..9629c8e 100644
--- a/PHPINFO
+++ b/PHPINFO
@@ -2,7 +2,7 @@
mysql_xdevapi
mysql_xdevapi => enabled
-Version => mysql_xdevapi 8.0.26
+Version => mysql_xdevapi 8.0.27
Read timeout => 31536000
Collecting statistics => Yes
Collecting memory statistics => No
diff --git a/REFLECTION b/REFLECTION
index 7269615..9ffc504 100644
--- a/REFLECTION
+++ b/REFLECTION
@@ -1,4 +1,4 @@
-Extension [ <persistent> extension #87 mysql_xdevapi version 8.0.26 ] {
+Extension [ <persistent> extension #89 mysql_xdevapi version 8.0.27 ] {
- Dependencies {
Dependency [ standard (Required) ]
@@ -29,8 +29,8 @@ Extension [ <persistent> extension #87 mysql_xdevapi version 8.0.26 ] {
}
- Constants [40] {
- Constant [ string MYSQLX_VERSION ] { 8.0.26 }
- Constant [ int MYSQLX_VERSION_ID ] { 80026 }
+ Constant [ string MYSQLX_VERSION ] { 8.0.27 }
+ Constant [ int MYSQLX_VERSION_ID ] { 80027 }
Constant [ int MYSQLX_CLIENT_SSL ] { 2048 }
Constant [ int MYSQLX_TYPE_DECIMAL ] { 0 }
Constant [ int MYSQLX_TYPE_TINY ] { 1 }
diff --git a/php-pecl-mysql-xdevapi.spec b/php-pecl-mysql-xdevapi.spec
index a242b5b..f2c014b 100644
--- a/php-pecl-mysql-xdevapi.spec
+++ b/php-pecl-mysql-xdevapi.spec
@@ -24,8 +24,8 @@
Summary: MySQL database access functions
Name: %{?sub_prefix}php-pecl-mysql-xdevapi
-Version: 8.0.26
-Release: 2%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}
+Version: 8.0.27
+Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}
License: PHP
URL: https://pecl.php.net/package/%{pecl_name}
@@ -308,6 +308,9 @@ fi
%changelog
+* Tue Oct 19 2021 Remi Collet <remi@remirepo.net> - 8.0.27-1
+- update to 8.0.27 (no change)
+
* Thu Sep 30 2021 Remi Collet <remi@remirepo.net> - 8.0.26-2
- fix F35 build adding libresolv to linked libraries