summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2022-04-26 11:15:06 +0200
committerRemi Collet <remi@php.net>2022-04-26 11:15:06 +0200
commitc5c0b6b0a8dbdd7e391b3b373bacb6ab6e02fb83 (patch)
tree1fed3989acac23909f61ab3ef661a796a7df538a
parent4d4d0f54863dc67157df385593e33099ba679b5e (diff)
update to 8.0.29
-rw-r--r--PHPINFO2
-rw-r--r--REFLECTION6
-rw-r--r--php-pecl-mysql-xdevapi.spec8
3 files changed, 11 insertions, 5 deletions
diff --git a/PHPINFO b/PHPINFO
index 9bcc400..e835b31 100644
--- a/PHPINFO
+++ b/PHPINFO
@@ -2,7 +2,7 @@
mysql_xdevapi
mysql_xdevapi => enabled
-Version => mysql_xdevapi 8.0.28
+Version => mysql_xdevapi 8.0.29
Read timeout => 31536000
Collecting statistics => Yes
Collecting memory statistics => No
diff --git a/REFLECTION b/REFLECTION
index 3b7d880..15cf7e8 100644
--- a/REFLECTION
+++ b/REFLECTION
@@ -1,4 +1,4 @@
-Extension [ <persistent> extension #86 mysql_xdevapi version 8.0.28 ] {
+Extension [ <persistent> extension #86 mysql_xdevapi version 8.0.29 ] {
- Dependencies {
Dependency [ standard (Required) ]
@@ -29,8 +29,8 @@ Extension [ <persistent> extension #86 mysql_xdevapi version 8.0.28 ] {
}
- Constants [40] {
- Constant [ string MYSQLX_VERSION ] { 8.0.28 }
- Constant [ int MYSQLX_VERSION_ID ] { 80028 }
+ Constant [ string MYSQLX_VERSION ] { 8.0.29 }
+ Constant [ int MYSQLX_VERSION_ID ] { 80029 }
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 9e0490b..46b90f8 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.28
+Version: 8.0.29
Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}
License: PHP
@@ -79,6 +79,9 @@ Obsoletes: php74-pecl-%{pecl_name} <= %{version}
%if "%{php_version}" > "8.0"
Obsoletes: php80-pecl-%{pecl_name} <= %{version}
%endif
+%if "%{php_version}" > "8.1"
+Obsoletes: php81-pecl-%{pecl_name} <= %{version}
+%endif
%endif
@@ -308,6 +311,9 @@ fi
%changelog
+* Tue Apr 26 2022 Remi Collet <remi@remirepo.net> - 8.0.29-1
+- update to 8.0.29
+
* Tue Jan 18 2022 Remi Collet <remi@remirepo.net> - 8.0.28-1
- update to 8.0.28