From 6a0167b7f93c690d1b2354cfc11a5d8434f71bb8 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 26 Nov 2025 06:43:36 +0100 Subject: update to 6.1.3 --- PHPINFO | 4 ++-- REFLECTION | 15 +++++++++++---- php-pecl-swoole6.spec | 5 ++++- 3 files changed, 17 insertions(+), 7 deletions(-) diff --git a/PHPINFO b/PHPINFO index 99d267c..88e5a14 100644 --- a/PHPINFO +++ b/PHPINFO @@ -3,8 +3,8 @@ swoole Swoole => enabled Author => Swoole Team -Version => 6.1.2 -Built => Nov 12 2025 00:00:00 +Version => 6.1.3 +Built => Nov 26 2025 00:00:00 host byte order => little endian coroutine => enabled with boost asm context trace_log => enabled diff --git a/REFLECTION b/REFLECTION index 0279631..af2e98f 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #122 swoole version 6.1.2 ] { +Extension [ extension #122 swoole version 6.1.3 ] { - Dependencies { Dependency [ json (Required) ] @@ -30,11 +30,11 @@ Extension [ extension #122 swoole version 6.1.2 ] { } - Constants [416] { - Constant [ string SWOOLE_VERSION ] { 6.1.2 } - Constant [ int SWOOLE_VERSION_ID ] { 60102 } + Constant [ string SWOOLE_VERSION ] { 6.1.3 } + Constant [ int SWOOLE_VERSION_ID ] { 60103 } Constant [ int SWOOLE_MAJOR_VERSION ] { 6 } Constant [ int SWOOLE_MINOR_VERSION ] { 1 } - Constant [ int SWOOLE_RELEASE_VERSION ] { 2 } + Constant [ int SWOOLE_RELEASE_VERSION ] { 3 } Constant [ string SWOOLE_EXTRA_VERSION ] { } Constant [ bool SWOOLE_DEBUG ] { } Constant [ bool SWOOLE_HAVE_COMPRESSION ] { 1 } @@ -1136,6 +1136,13 @@ Extension [ extension #122 swoole version 6.1.2 ] { } - Return [ CurlHandle|false ] } + Function [ function swoole_native_curl_upkeep ] { + + - Parameters [1] { + Parameter #0 [ CurlHandle $handle ] + } + - Return [ bool ] + } Function [ function swoole_native_curl_setopt ] { - Parameters [3] { diff --git a/php-pecl-swoole6.spec b/php-pecl-swoole6.spec index d1d2b33..dcc76dd 100644 --- a/php-pecl-swoole6.spec +++ b/php-pecl-swoole6.spec @@ -48,7 +48,7 @@ %bcond_without curl %bcond_without nghttpd2 -%global upstream_version 6.1.2 +%global upstream_version 6.1.3 #global upstream_prever RC2 %global sources %{pecl_name}-%{upstream_version}%{?upstream_prever} %global _configure ../%{sources}/configure @@ -385,6 +385,9 @@ cd ../ZTS %changelog +* Wed Nov 26 2025 Remi Collet - 6.1.3-1 +- update to 6.1.3 + * Wed Nov 12 2025 Remi Collet - 6.1.2-1 - update to 6.1.2 -- cgit