From 317e716d133b75f410b6fdf8058d02f4239b11b8 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 9 Nov 2020 14:57:20 +0100 Subject: update to 4.5.7 --- REFLECTION | 63 ++++++++++++++++++++++++++++++++++++++++++++++++++++++-------- 1 file changed, 55 insertions(+), 8 deletions(-) (limited to 'REFLECTION') diff --git a/REFLECTION b/REFLECTION index ab153b3..05107b5 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,10 @@ -Extension [ extension #117 swoole version 4.5.6 ] { +Extension [ extension #117 swoole version 4.5.7 ] { + + - Dependencies { + Dependency [ json (Required) ] + Dependency [ mysqlnd (Required) ] + Dependency [ sockets (Required) ] + } - INI { Entry [ swoole.enable_coroutine ] @@ -21,12 +27,12 @@ Extension [ extension #117 swoole version 4.5.6 ] { } } - - Constants [354] { - Constant [ string SWOOLE_VERSION ] { 4.5.6 } - Constant [ int SWOOLE_VERSION_ID ] { 40506 } + - Constants [355] { + Constant [ string SWOOLE_VERSION ] { 4.5.7 } + Constant [ int SWOOLE_VERSION_ID ] { 40507 } Constant [ int SWOOLE_MAJOR_VERSION ] { 4 } Constant [ int SWOOLE_MINOR_VERSION ] { 5 } - Constant [ int SWOOLE_RELEASE_VERSION ] { 6 } + Constant [ int SWOOLE_RELEASE_VERSION ] { 7 } Constant [ string SWOOLE_EXTRA_VERSION ] { } Constant [ bool SWOOLE_DEBUG ] { } Constant [ bool SWOOLE_HAVE_COMPRESSION ] { 1 } @@ -221,6 +227,7 @@ Extension [ extension #117 swoole version 4.5.6 ] { Constant [ int SWOOLE_IPC_NONE ] { 0 } Constant [ int SWOOLE_IPC_UNIXSOCK ] { 1 } Constant [ int SWOOLE_IPC_SOCKET ] { 3 } + Constant [ int SWOOLE_IOV_MAX ] { 1024 } Constant [ int SWOOLE_FILELOCK ] { 2 } Constant [ int SWOOLE_MUTEX ] { 3 } Constant [ int SWOOLE_SEM ] { 4 } @@ -1404,10 +1411,12 @@ Extension [ extension #117 swoole version 4.5.6 ] { - Static methods [0] { } - - Properties [0] { + - Properties [2] { + Property [ public $size ] + Property [ public $memorySize ] } - - Methods [23] { + - Methods [24] { Method [ public method __construct ] { - Parameters [2] { @@ -1505,6 +1514,12 @@ Extension [ extension #117 swoole version 4.5.6 ] { } } + Method [ public method getSize ] { + + - Parameters [0] { + } + } + Method [ public method getMemorySize ] { - Parameters [0] { @@ -2869,7 +2884,7 @@ Extension [ extension #117 swoole version 4.5.6 ] { Property [ public $errMsg ] } - - Methods [24] { + - Methods [28] { Method [ public method __construct ] { - Parameters [3] { @@ -2946,6 +2961,38 @@ Extension [ extension #117 swoole version 4.5.6 ] { } } + Method [ public method readVector ] { + + - Parameters [2] { + Parameter #0 [ $io_vector ] + Parameter #1 [ $timeout ] + } + } + + Method [ public method readVectorAll ] { + + - Parameters [2] { + Parameter #0 [ $io_vector ] + Parameter #1 [ $timeout ] + } + } + + Method [ public method writeVector ] { + + - Parameters [2] { + Parameter #0 [ $io_vector ] + Parameter #1 [ $timeout ] + } + } + + Method [ public method writeVectorAll ] { + + - Parameters [2] { + Parameter #0 [ $io_vector ] + Parameter #1 [ $timeout ] + } + } + Method [ public method sendFile ] { - Parameters [3] { -- cgit