From c2c0ecd976765cc923ed4d42bda675355624382e Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 18 Nov 2021 07:10:36 +0100 Subject: update to 4.8.2 --- REFLECTION | 28 +++++++++++++++++++++++----- 1 file changed, 23 insertions(+), 5 deletions(-) (limited to 'REFLECTION') diff --git a/REFLECTION b/REFLECTION index 8ce01c9..39adcdd 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #162 swoole version 4.8.1 ] { +Extension [ extension #162 swoole version 4.8.2 ] { - Dependencies { Dependency [ json (Required) ] @@ -28,12 +28,12 @@ Extension [ extension #162 swoole version 4.8.1 ] { } } - - Constants [381] { - Constant [ string SWOOLE_VERSION ] { 4.8.1 } - Constant [ int SWOOLE_VERSION_ID ] { 40801 } + - Constants [390] { + Constant [ string SWOOLE_VERSION ] { 4.8.2 } + Constant [ int SWOOLE_VERSION_ID ] { 40802 } Constant [ int SWOOLE_MAJOR_VERSION ] { 4 } Constant [ int SWOOLE_MINOR_VERSION ] { 8 } - Constant [ int SWOOLE_RELEASE_VERSION ] { 1 } + Constant [ int SWOOLE_RELEASE_VERSION ] { 2 } Constant [ string SWOOLE_EXTRA_VERSION ] { } Constant [ bool SWOOLE_DEBUG ] { } Constant [ bool SWOOLE_HAVE_COMPRESSION ] { 1 } @@ -345,6 +345,15 @@ Extension [ extension #162 swoole version 4.8.1 ] { Constant [ int SWOOLE_SERVER_COMMAND_EVENT_WORKER ] { 8 } Constant [ int SWOOLE_SERVER_COMMAND_WORKER ] { 8 } Constant [ int SWOOLE_SERVER_COMMAND_TASK_WORKER ] { 16 } + Constant [ int SWOOLE_DISPATCH_ROUND ] { 1 } + Constant [ int SWOOLE_DISPATCH_FDMOD ] { 2 } + Constant [ int SWOOLE_DISPATCH_IDLE_WORKER ] { 3 } + Constant [ int SWOOLE_DISPATCH_IPMOD ] { 4 } + Constant [ int SWOOLE_DISPATCH_UIDMOD ] { 5 } + Constant [ int SWOOLE_DISPATCH_USERFUNC ] { 6 } + Constant [ int SWOOLE_DISPATCH_STREAM ] { 7 } + Constant [ int SWOOLE_DISPATCH_CO_CONN_LB ] { 8 } + Constant [ int SWOOLE_DISPATCH_CO_REQ_LB ] { 9 } Constant [ int SWOOLE_DISPATCH_RESULT_DISCARD_PACKET ] { -1 } Constant [ int SWOOLE_DISPATCH_RESULT_CLOSE_CONNECTION ] { -2 } Constant [ int SWOOLE_DISPATCH_RESULT_USERFUNC_FALLBACK ] { -3 } @@ -6615,12 +6624,14 @@ Extension [ extension #162 swoole version 4.8.1 ] { - Parameters [0] { } + - Return [ void ] } Method [ public method next ] { - Parameters [0] { } + - Return [ void ] } Method [ public method current ] { @@ -6639,12 +6650,14 @@ Extension [ extension #162 swoole version 4.8.1 ] { - Parameters [0] { } + - Return [ bool ] } Method [ public method count ] { - Parameters [0] { } + - Return [ int ] } Method [ public method offsetExists ] { @@ -6652,6 +6665,7 @@ Extension [ extension #162 swoole version 4.8.1 ] { - Parameters [1] { Parameter #0 [ $fd ] } + - Return [ bool ] } Method [ public method offsetGet ] { @@ -6667,6 +6681,7 @@ Extension [ extension #162 swoole version 4.8.1 ] { Parameter #0 [ $fd ] Parameter #1 [ $value ] } + - Return [ void ] } Method [ public method offsetUnset ] { @@ -6674,6 +6689,7 @@ Extension [ extension #162 swoole version 4.8.1 ] { - Parameters [1] { Parameter #0 [ $fd ] } + - Return [ void ] } } } @@ -7998,6 +8014,7 @@ Extension [ extension #162 swoole version 4.8.1 ] { - Parameters [0] { } + - Return [ string ] } } } @@ -8043,6 +8060,7 @@ Extension [ extension #162 swoole version 4.8.1 ] { - Parameters [0] { } + - Return [ string ] } } } -- cgit