From 21d02b0c96d10d0f4028880b5c7a69b8b2b97720 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sat, 25 Dec 2021 16:06:27 +0100 Subject: update to 4.8.5 --- REFLECTION | 67 ++++++++++++++++++++++++++------------------------------------ 1 file changed, 28 insertions(+), 39 deletions(-) (limited to 'REFLECTION') diff --git a/REFLECTION b/REFLECTION index c090c66..9325a22 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #86 swoole version 4.8.4 ] { +Extension [ extension #86 swoole version 4.8.5 ] { - Dependencies { Dependency [ json (Required) ] @@ -28,12 +28,12 @@ Extension [ extension #86 swoole version 4.8.4 ] { } } - - Constants [390] { - Constant [ string SWOOLE_VERSION ] { 4.8.4 } - Constant [ int SWOOLE_VERSION_ID ] { 40804 } + - Constants [393] { + Constant [ string SWOOLE_VERSION ] { 4.8.5 } + Constant [ int SWOOLE_VERSION_ID ] { 40805 } Constant [ int SWOOLE_MAJOR_VERSION ] { 4 } Constant [ int SWOOLE_MINOR_VERSION ] { 8 } - Constant [ int SWOOLE_RELEASE_VERSION ] { 4 } + Constant [ int SWOOLE_RELEASE_VERSION ] { 5 } Constant [ string SWOOLE_EXTRA_VERSION ] { } Constant [ bool SWOOLE_DEBUG ] { } Constant [ bool SWOOLE_HAVE_COMPRESSION ] { 1 } @@ -132,6 +132,7 @@ Extension [ extension #86 swoole version 4.8.4 ] { Constant [ int SWOOLE_ERROR_PACKAGE_LENGTH_TOO_LARGE ] { 1201 } Constant [ int SWOOLE_ERROR_PACKAGE_LENGTH_NOT_FOUND ] { 1202 } Constant [ int SWOOLE_ERROR_DATA_LENGTH_TOO_LARGE ] { 1203 } + Constant [ int SWOOLE_ERROR_PACKAGE_MALFORMED_DATA ] { 1204 } Constant [ int SWOOLE_ERROR_TASK_PACKAGE_TOO_BIG ] { 2001 } Constant [ int SWOOLE_ERROR_TASK_DISPATCH_FAIL ] { 2002 } Constant [ int SWOOLE_ERROR_TASK_TIMEOUT ] { 2003 } @@ -159,6 +160,8 @@ Extension [ extension #86 swoole version 4.8.4 ] { Constant [ int SWOOLE_ERROR_WEBSOCKET_UNCONNECTED ] { 8503 } Constant [ int SWOOLE_ERROR_WEBSOCKET_HANDSHAKE_FAILED ] { 8504 } Constant [ int SWOOLE_ERROR_WEBSOCKET_PACK_FAILED ] { 8505 } + Constant [ int SWOOLE_ERROR_WEBSOCKET_UNPACK_FAILED ] { 8506 } + Constant [ int SWOOLE_ERROR_WEBSOCKET_INCOMPLETE_PACKET ] { 8507 } Constant [ int SWOOLE_ERROR_SERVER_MUST_CREATED_BEFORE_CLIENT ] { 9001 } Constant [ int SWOOLE_ERROR_SERVER_TOO_MANY_SOCKET ] { 9002 } Constant [ int SWOOLE_ERROR_SERVER_WORKER_TERMINATED ] { 9003 } @@ -2004,51 +2007,46 @@ Extension [ extension #86 swoole version 4.8.4 ] { Method [ public method __construct ] { - Parameters [2] { - Parameter #0 [ int $table_size ] - Parameter #1 [ float $conflict_proportion = 0.2 ] + Parameter #0 [ $table_size ] + Parameter #1 [ $conflict_proportion = ] } } Method [ public method column ] { - Parameters [3] { - Parameter #0 [ string $name ] - Parameter #1 [ int $type ] - Parameter #2 [ int $size = 0 ] + Parameter #0 [ $name ] + Parameter #1 [ $type ] + Parameter #2 [ $size = ] } - - 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 [ string $key ] + Parameter #0 [ $key ] Parameter #1 [ array $value ] } - - Return [ bool ] } Method [ public method get ] { - Parameters [2] { - Parameter #0 [ string $key ] - Parameter #1 [ ?string $field = null ] + Parameter #0 [ $key ] + Parameter #1 [ $field = ] } - - Return [ array|string|int|float|false ] } Method [ public method count ] { @@ -2061,74 +2059,65 @@ Extension [ extension #86 swoole version 4.8.4 ] { Method [ public method del ] { - Parameters [1] { - Parameter #0 [ string $key ] + Parameter #0 [ $key ] } - - Return [ bool ] } Method [ public method delete ] { - Parameters [1] { - Parameter #0 [ string $key ] + Parameter #0 [ $key ] } - - Return [ bool ] } Method [ public method exists ] { - Parameters [1] { - Parameter #0 [ string $key ] + Parameter #0 [ $key ] } - - Return [ bool ] } Method [ public method exist ] { - Parameters [1] { - Parameter #0 [ string $key ] + Parameter #0 [ $key ] } - - Return [ bool ] } Method [ public method incr ] { - Parameters [3] { - Parameter #0 [ string $key ] - Parameter #1 [ string $column ] - Parameter #2 [ int|float $incrby = 1 ] + Parameter #0 [ $key ] + Parameter #1 [ $column ] + Parameter #2 [ $incrby = ] } - - Return [ int|float ] } Method [ public method decr ] { - Parameters [3] { - Parameter #0 [ string $key ] - Parameter #1 [ string $column ] - Parameter #2 [ int|float $incrby = 1 ] + Parameter #0 [ $key ] + Parameter #1 [ $column ] + Parameter #2 [ $decrby = ] } - - 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 ] { @@ -2156,14 +2145,14 @@ Extension [ extension #86 swoole version 4.8.4 ] { - Parameters [0] { } - - Return [ ?array ] + - Return [ mixed ] } Method [ public method key ] { - Parameters [0] { } - - Return [ ?string ] + - Return [ mixed ] } } } -- cgit