From 1f9fb9a4b4c5f0381c132bd76f816683faa6cbc6 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 3 Mar 2026 08:35:26 +0100 Subject: update to 26.2.0 raise dependency on PHP 8.3 rename to php-pecl-openswoole26 for new API --- 0001-fix-cpu-affinity-check.patch | 31 ------------------------------- 1 file changed, 31 deletions(-) delete mode 100644 0001-fix-cpu-affinity-check.patch (limited to '0001-fix-cpu-affinity-check.patch') diff --git a/0001-fix-cpu-affinity-check.patch b/0001-fix-cpu-affinity-check.patch deleted file mode 100644 index 0f2f385..0000000 --- a/0001-fix-cpu-affinity-check.patch +++ /dev/null @@ -1,31 +0,0 @@ -From 4104a48da128cec17b9ffdc8d4a15c434e1499ec Mon Sep 17 00:00:00 2001 -From: Remi Collet -Date: Mon, 3 Feb 2025 06:56:47 +0100 -Subject: [PATCH] fix cpu affinity check - ---- - config.m4 | 3 ++- - 1 file changed, 2 insertions(+), 1 deletion(-) - -diff --git a/config.m4 b/config.m4 -index 729404684..f49e6a58f 100644 ---- a/config.m4 -+++ b/config.m4 -@@ -129,6 +129,7 @@ AC_DEFUN([AC_SWOOLE_CPU_AFFINITY], - #include - typedef cpuset_t cpu_set_t; - #else -+ #define _GNU_SOURCE 1 - #include - #endif - ]], [[ -@@ -874,4 +875,4 @@ if test "$PHP_SWOOLE" != "no"; then - PHP_ADD_BUILD_DIR($ext_builddir/thirdparty/php/sockets) - PHP_ADD_BUILD_DIR($ext_builddir/thirdparty/php/standard) - PHP_ADD_BUILD_DIR($ext_builddir/thirdparty/php/curl) --fi -\ No newline at end of file -+fi --- -2.48.1 - -- cgit