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 --- REFLECTION | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) (limited to 'REFLECTION') 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] { -- cgit