diff options
| author | Remi Collet <remi@remirepo.net> | 2025-11-26 06:43:36 +0100 |
|---|---|---|
| committer | Remi Collet <remi@php.net> | 2025-11-26 06:43:36 +0100 |
| commit | 6a0167b7f93c690d1b2354cfc11a5d8434f71bb8 (patch) | |
| tree | 3aa4853f850fc8e75c0229bc086dd08b2253e519 | |
| parent | b729b299e1170a7b538fb8a16666edeedcc14312 (diff) | |
| -rw-r--r-- | PHPINFO | 4 | ||||
| -rw-r--r-- | REFLECTION | 15 | ||||
| -rw-r--r-- | php-pecl-swoole6.spec | 5 |
3 files changed, 17 insertions, 7 deletions
@@ -3,8 +3,8 @@ swoole Swoole => enabled Author => Swoole Team <team@swoole.com> -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 @@ -1,4 +1,4 @@ -Extension [ <persistent> extension #122 swoole version 6.1.2 ] { +Extension [ <persistent> extension #122 swoole version 6.1.3 ] { - Dependencies { Dependency [ json (Required) ] @@ -30,11 +30,11 @@ Extension [ <persistent> 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 [ <persistent> extension #122 swoole version 6.1.2 ] { } - Return [ CurlHandle|false ] } + Function [ <internal:swoole> function swoole_native_curl_upkeep ] { + + - Parameters [1] { + Parameter #0 [ <required> CurlHandle $handle ] + } + - Return [ bool ] + } Function [ <internal:swoole> 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 <remi@remirepo.net> - 6.1.3-1 +- update to 6.1.3 + * Wed Nov 12 2025 Remi Collet <remi@remirepo.net> - 6.1.2-1 - update to 6.1.2 |
