summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2022-07-26 14:49:00 +0200
committerRemi Collet <remi@php.net>2022-07-26 14:49:00 +0200
commitbbf96fe702cc6a5ceab4ed7314de87c0db88d5a7 (patch)
tree84f232c1250302ad694dcb0a2f29decb3814f786
parentc5c0b6b0a8dbdd7e391b3b373bacb6ab6e02fb83 (diff)
update to 8.0.30
-rw-r--r--PHPINFO2
-rw-r--r--REFLECTION6
-rw-r--r--php-pecl-mysql-xdevapi.spec5
3 files changed, 8 insertions, 5 deletions
diff --git a/PHPINFO b/PHPINFO
index e835b31..6dc9189 100644
--- a/PHPINFO
+++ b/PHPINFO
@@ -2,7 +2,7 @@
mysql_xdevapi
mysql_xdevapi => enabled
-Version => mysql_xdevapi 8.0.29
+Version => mysql_xdevapi 8.0.30
Read timeout => 31536000
Collecting statistics => Yes
Collecting memory statistics => No
diff --git a/REFLECTION b/REFLECTION
index 15cf7e8..622e31d 100644
--- a/REFLECTION
+++ b/REFLECTION
@@ -1,4 +1,4 @@
-Extension [ <persistent> extension #86 mysql_xdevapi version 8.0.29 ] {
+Extension [ <persistent> extension #87 mysql_xdevapi version 8.0.30 ] {
- Dependencies {
Dependency [ standard (Required) ]
@@ -29,8 +29,8 @@ Extension [ <persistent> extension #86 mysql_xdevapi version 8.0.29 ] {
}
- Constants [40] {
- Constant [ string MYSQLX_VERSION ] { 8.0.29 }
- Constant [ int MYSQLX_VERSION_ID ] { 80029 }
+ Constant [ string MYSQLX_VERSION ] { 8.0.30 }
+ Constant [ int MYSQLX_VERSION_ID ] { 80030 }
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 46b90f8..dad3fbc 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.29
+Version: 8.0.30
Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}
License: PHP
@@ -311,6 +311,9 @@ fi
%changelog
+* Tue Jul 26 2022 Remi Collet <remi@remirepo.net> - 8.0.30-1
+- update to 8.0.30
+
* Tue Apr 26 2022 Remi Collet <remi@remirepo.net> - 8.0.29-1
- update to 8.0.29