From 4ca1ef18e4028371c2ae5068b121ba01cc91668b Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 14 Feb 2025 15:53:52 +0100 Subject: update to 6.0.1 drop patch merged upstream provide php-pie(swoole/swoole) update to 6.0.1 drop patch merged upstream provide php-pie(swoole/swoole) --- REFLECTION | 74 +++++++++++++++++++++++++++++++++++++++++++++++++------------- 1 file changed, 59 insertions(+), 15 deletions(-) (limited to 'REFLECTION') diff --git a/REFLECTION b/REFLECTION index 6d6fa47..6ce7dc6 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #129 swoole version 6.0.0 ] { +Extension [ extension #108 swoole version 6.0.1 ] { - Dependencies { Dependency [ json (Required) ] @@ -29,12 +29,12 @@ Extension [ extension #129 swoole version 6.0.0 ] { } } - - Constants [400] { - Constant [ string SWOOLE_VERSION ] { 6.0.0 } - Constant [ int SWOOLE_VERSION_ID ] { 60000 } + - Constants [399] { + Constant [ string SWOOLE_VERSION ] { 6.0.1 } + Constant [ int SWOOLE_VERSION_ID ] { 60001 } Constant [ int SWOOLE_MAJOR_VERSION ] { 6 } Constant [ int SWOOLE_MINOR_VERSION ] { 0 } - Constant [ int SWOOLE_RELEASE_VERSION ] { 0 } + Constant [ int SWOOLE_RELEASE_VERSION ] { 1 } Constant [ string SWOOLE_EXTRA_VERSION ] { } Constant [ bool SWOOLE_DEBUG ] { } Constant [ bool SWOOLE_HAVE_COMPRESSION ] { 1 } @@ -269,7 +269,6 @@ Extension [ extension #129 swoole version 6.0.0 ] { Constant [ int SWOOLE_MUTEX ] { 3 } Constant [ int SWOOLE_RWLOCK ] { 1 } Constant [ int SWOOLE_SPINLOCK ] { 5 } - Constant [ int SWOOLE_COROLOCK ] { 6 } Constant [ int SWOOLE_MSGQUEUE_ORIENT ] { 1 } Constant [ int SWOOLE_MSGQUEUE_BALANCE ] { 2 } Constant [ int SWOOLE_TIMER_MIN_MS ] { 1 } @@ -1044,7 +1043,7 @@ Extension [ extension #129 swoole version 6.0.0 ] { } } - - Classes [51] { + - Classes [52] { Class [ class Swoole\Exception extends Exception implements Throwable, Stringable ] { - Constants [0] { @@ -1501,7 +1500,7 @@ Extension [ extension #129 swoole version 6.0.0 ] { Property [ public $errCode = 0 ] } - - Methods [9] { + - Methods [8] { Method [ public method __construct ] { - Parameters [1] { @@ -1557,13 +1556,6 @@ Extension [ extension #129 swoole version 6.0.0 ] { } - Return [ bool ] } - - Method [ public method destroy ] { - - - Parameters [0] { - } - - Return [ void ] - } } } @@ -3481,6 +3473,58 @@ Extension [ extension #129 swoole version 6.0.0 ] { } } + Class [ class Swoole\Coroutine\Lock ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [1] { + Property [ public $errCode = 0 ] + } + + - Methods [5] { + Method [ public method __construct ] { + + - Parameters [1] { + Parameter #0 [ bool $shared = false ] + } + } + + Method [ public method __destruct ] { + + - Parameters [0] { + } + } + + Method [ public method lock ] { + + - Parameters [0] { + } + - Return [ bool ] + } + + Method [ public method trylock ] { + + - Parameters [0] { + } + - Return [ bool ] + } + + Method [ public method unlock ] { + + - Parameters [0] { + } + - Return [ bool ] + } + } + } + Class [ class Swoole\Coroutine\Channel ] { - Constants [0] { -- cgit