summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--PHPINFO4
-rw-r--r--REFLECTION8
-rw-r--r--php-pecl-swoole6.spec30
3 files changed, 16 insertions, 26 deletions
diff --git a/PHPINFO b/PHPINFO
index 692af82..48baf7f 100644
--- a/PHPINFO
+++ b/PHPINFO
@@ -3,8 +3,8 @@ swoole
Swoole => enabled
Author => Swoole Team <team@swoole.com>
-Version => 6.1.6
-Built => Dec 29 2025 00:00:00
+Version => 6.1.7
+Built => Feb 25 2026 00:00:00
host byte order => little endian
coroutine => enabled with boost asm context
trace_log => enabled
diff --git a/REFLECTION b/REFLECTION
index b167e71..8dbe7bd 100644
--- a/REFLECTION
+++ b/REFLECTION
@@ -1,4 +1,4 @@
-Extension [ <persistent> extension #120 swoole version 6.1.6 ] {
+Extension [ <persistent> extension #120 swoole version 6.1.7 ] {
- Dependencies {
Dependency [ json (Required) ]
@@ -30,11 +30,11 @@ Extension [ <persistent> extension #120 swoole version 6.1.6 ] {
}
- Constants [416] {
- Constant [ <persistent> string SWOOLE_VERSION ] { 6.1.6 }
- Constant [ <persistent> int SWOOLE_VERSION_ID ] { 60106 }
+ Constant [ <persistent> string SWOOLE_VERSION ] { 6.1.7 }
+ Constant [ <persistent> int SWOOLE_VERSION_ID ] { 60107 }
Constant [ <persistent> int SWOOLE_MAJOR_VERSION ] { 6 }
Constant [ <persistent> int SWOOLE_MINOR_VERSION ] { 1 }
- Constant [ <persistent> int SWOOLE_RELEASE_VERSION ] { 6 }
+ Constant [ <persistent> int SWOOLE_RELEASE_VERSION ] { 7 }
Constant [ <persistent> string SWOOLE_EXTRA_VERSION ] { }
Constant [ <persistent> bool SWOOLE_DEBUG ] { }
Constant [ <persistent> bool SWOOLE_HAVE_COMPRESSION ] { 1 }
diff --git a/php-pecl-swoole6.spec b/php-pecl-swoole6.spec
index 25fd1ce..0f7bb4c 100644
--- a/php-pecl-swoole6.spec
+++ b/php-pecl-swoole6.spec
@@ -1,6 +1,6 @@
# remirepo spec file for php-pecl-swoole6
#
-# SPDX-FileCopyrightText: Copyright 2013-2025 Remi Collet
+# SPDX-FileCopyrightText: Copyright 2013-2026 Remi Collet
# SPDX-License-Identifier: CECILL-2.1
# http://www.cecill.info/licences/Licence_CeCILL_V2-en.txt
#
@@ -25,15 +25,10 @@
# disabled by default to avoid dependency on Oracle Instant Client
%bcond_with oracle
-%ifarch aarch64
-%global oraclever 19.22
-%global oraclelib 19.1
-%global oracledir 19.22
-%else
-%global oraclever 21.13
-%global oraclelib 21.1
-%global oracledir 21
-%endif
+%global oraclever 23.26.1
+%global oraclelib 23.1
+%global oracledir 23
+%global oraclemax 24
%if 0%{?fedora} || 0%{?rhel} >= 9
@@ -48,7 +43,7 @@
%bcond_without curl
%bcond_without nghttpd2
-%global upstream_version 6.1.6
+%global upstream_version 6.1.7
#global upstream_prever RC2
%global sources %{pecl_name}-%{upstream_version}%{?upstream_prever}
%global _configure ../%{sources}/configure
@@ -101,16 +96,8 @@ BuildRequires: pkgconfig(liburing) >= 2.5
BuildRequires: pkgconfig(odbc)
BuildRequires: pkgconfig(sqlite3)
%if %{with oracle}
-%ifarch aarch64
-BuildRequires: oracle-instantclient%{oraclever}-devel
-# Should requires libclntsh.so.19.1()(aarch-64), but it's not provided by Oracle RPM.
-Requires: libclntsh.so.%{oraclelib}
-AutoReq: 0
-%else
-BuildRequires: oracle-instantclient-devel >= %{oraclever}
+BuildRequires: (oracle-instantclient-devel >= %{oraclever} with oracle-instantclient-devel < %{oraclemax})
%endif
-%endif
-
Requires: %{?scl_prefix}php(zend-abi) = %{php_zend_api}
Requires: %{?scl_prefix}php(api) = %{php_core_api}
@@ -385,6 +372,9 @@ cd ../ZTS
%changelog
+* Wed Feb 25 2026 Remi Collet <remi@remirepo.net> - 6.1.7-1
+- update to 6.1.7
+
* Mon Dec 29 2025 Remi Collet <remi@remirepo.net> - 6.1.6-1
- update to 6.1.6