From 300418f98a81020ef17497fd0e961c5a7d8587f9 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 3 Feb 2025 08:47:18 +0100 Subject: update to 25.2.0 re-license spec file to CECILL-2.1 fix cpu affinity check and futext check using patch from https://github.com/openswoole/ext-openswoole/pull/376 raise dependency on PHP 8.2 rename to php-pecl-openswoole25 for new API update to 25.2.0 re-license spec file to CECILL-2.1 fix cpu affinity check and futext check using patch from https://github.com/openswoole/ext-openswoole/pull/376 raise dependency on PHP 8.2 rename to php-pecl-openswoole25 for new API --- PHPINFO | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'PHPINFO') diff --git a/PHPINFO b/PHPINFO index 0873c3f..f6345ec 100644 --- a/PHPINFO +++ b/PHPINFO @@ -3,8 +3,8 @@ openswoole Open Swoole => enabled Author => Open Swoole Group -Version => 22.1.2 -Built => Dec 11 2023 00:00:00 +Version => 25.2.0 +Built => Feb 3 2025 00:00:00 coroutine => enabled with boost asm context trace_log => enabled epoll => enabled @@ -14,13 +14,13 @@ cpu_affinity => enabled spinlock => enabled rwlock => enabled sockets => enabled -openssl => OpenSSL 3.1.1 30 May 2023 +openssl => OpenSSL 3.2.2 4 Jun 2024 dtls => enabled http2 => enabled hook-curl => enabled pcre => enabled -c-ares => 1.21.0 -zlib => 1.2.13 +c-ares => 1.34.4 +zlib => 1.3.1.zlib-ng brotli => E16781312/D16781312 mutex_timedlock => enabled pthread_barrier => enabled -- cgit