From 1f09ce9976e9bdf473049d098d7811234420a8fe Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sat, 18 Dec 2021 08:12:38 +0100 Subject: update to 4.8.4 --- PHPINFO | 4 ++-- REFLECTION | 64 +++++++++++++++++++++++++++++++++------------------ php-pecl-swoole4.spec | 5 +++- 3 files changed, 48 insertions(+), 25 deletions(-) diff --git a/PHPINFO b/PHPINFO index 45d91af..782a18e 100644 --- a/PHPINFO +++ b/PHPINFO @@ -3,8 +3,8 @@ swoole Swoole => enabled Author => Swoole Team -Version => 4.8.3 -Built => Dec 1 2021 00:00:00 +Version => 4.8.4 +Built => Dec 18 2021 00:00:00 coroutine => enabled with boost asm context trace_log => enabled epoll => enabled diff --git a/REFLECTION b/REFLECTION index 1a39495..c090c66 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #86 swoole version 4.8.3 ] { +Extension [ extension #86 swoole version 4.8.4 ] { - Dependencies { Dependency [ json (Required) ] @@ -29,11 +29,11 @@ Extension [ extension #86 swoole version 4.8.3 ] { } - Constants [390] { - Constant [ string SWOOLE_VERSION ] { 4.8.3 } - Constant [ int SWOOLE_VERSION_ID ] { 40803 } + Constant [ string SWOOLE_VERSION ] { 4.8.4 } + Constant [ int SWOOLE_VERSION_ID ] { 40804 } Constant [ int SWOOLE_MAJOR_VERSION ] { 4 } Constant [ int SWOOLE_MINOR_VERSION ] { 8 } - Constant [ int SWOOLE_RELEASE_VERSION ] { 3 } + Constant [ int SWOOLE_RELEASE_VERSION ] { 4 } Constant [ string SWOOLE_EXTRA_VERSION ] { } Constant [ bool SWOOLE_DEBUG ] { } Constant [ bool SWOOLE_HAVE_COMPRESSION ] { 1 } @@ -2004,146 +2004,166 @@ Extension [ extension #86 swoole version 4.8.3 ] { Method [ public method __construct ] { - Parameters [2] { - Parameter #0 [ $table_size ] - Parameter #1 [ $conflict_proportion = ] + Parameter #0 [ int $table_size ] + Parameter #1 [ float $conflict_proportion = 0.2 ] } } Method [ public method column ] { - Parameters [3] { - Parameter #0 [ $name ] - Parameter #1 [ $type ] - Parameter #2 [ $size = ] + Parameter #0 [ string $name ] + Parameter #1 [ int $type ] + Parameter #2 [ int $size = 0 ] } + - Return [ bool ] } Method [ public method create ] { - Parameters [0] { } + - Return [ bool ] } Method [ public method destroy ] { - Parameters [0] { } + - Return [ bool ] } Method [ public method set ] { - Parameters [2] { - Parameter #0 [ $key ] + Parameter #0 [ string $key ] Parameter #1 [ array $value ] } + - Return [ bool ] } Method [ public method get ] { - Parameters [2] { - Parameter #0 [ $key ] - Parameter #1 [ $field = ] + Parameter #0 [ string $key ] + Parameter #1 [ ?string $field = null ] } + - Return [ array|string|int|float|false ] } Method [ public method count ] { - Parameters [0] { } + - Return [ int ] } Method [ public method del ] { - Parameters [1] { - Parameter #0 [ $key ] + Parameter #0 [ string $key ] } + - Return [ bool ] } Method [ public method delete ] { - Parameters [1] { - Parameter #0 [ $key ] + Parameter #0 [ string $key ] } + - Return [ bool ] } Method [ public method exists ] { - Parameters [1] { - Parameter #0 [ $key ] + Parameter #0 [ string $key ] } + - Return [ bool ] } Method [ public method exist ] { - Parameters [1] { - Parameter #0 [ $key ] + Parameter #0 [ string $key ] } + - Return [ bool ] } Method [ public method incr ] { - Parameters [3] { - Parameter #0 [ $key ] - Parameter #1 [ $column ] - Parameter #2 [ $incrby = ] + Parameter #0 [ string $key ] + Parameter #1 [ string $column ] + Parameter #2 [ int|float $incrby = 1 ] } + - Return [ int|float ] } Method [ public method decr ] { - Parameters [3] { - Parameter #0 [ $key ] - Parameter #1 [ $column ] - Parameter #2 [ $decrby = ] + Parameter #0 [ string $key ] + Parameter #1 [ string $column ] + Parameter #2 [ int|float $incrby = 1 ] } + - Return [ int|float ] } Method [ public method getSize ] { - Parameters [0] { } + - Return [ int ] } Method [ public method getMemorySize ] { - Parameters [0] { } + - Return [ int ] } Method [ public method stats ] { - Parameters [0] { } + - Return [ array|false ] } Method [ public method rewind ] { - Parameters [0] { } + - Return [ void ] } Method [ public method valid ] { - Parameters [0] { } + - Return [ bool ] } Method [ public method next ] { - Parameters [0] { } + - Return [ void ] } Method [ public method current ] { - Parameters [0] { } + - Return [ ?array ] } Method [ public method key ] { - Parameters [0] { } + - Return [ ?string ] } } } diff --git a/php-pecl-swoole4.spec b/php-pecl-swoole4.spec index 04383ca..8b95d1c 100644 --- a/php-pecl-swoole4.spec +++ b/php-pecl-swoole4.spec @@ -26,7 +26,7 @@ %bcond_with brotli %endif -%global upstream_version 4.8.3 +%global upstream_version 4.8.4 #global upstream_prever RC2 @@ -320,6 +320,9 @@ cd ../ZTS %changelog +* Sat Dec 18 2021 Remi Collet - 4.8.4-1 +- update to 4.8.4 + * Wed Dec 1 2021 Remi Collet - 4.8.3-1 - update to 4.8.3 -- cgit