From edcf0497d1422cb856bbac1c0d45d394f225e8d6 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 7 Nov 2022 08:32:32 +0100 Subject: update to 5.0.1 --- REFLECTION | 76 ++++++++++++++++++++++++++++++++++++++++++++------------------ 1 file changed, 54 insertions(+), 22 deletions(-) (limited to 'REFLECTION') diff --git a/REFLECTION b/REFLECTION index 6cf632f..109459f 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #88 swoole version 5.0.0 ] { +Extension [ extension #88 swoole version 5.0.1 ] { - Dependencies { Dependency [ json (Required) ] @@ -28,12 +28,12 @@ Extension [ extension #88 swoole version 5.0.0 ] { } } - - Constants [400] { - Constant [ string SWOOLE_VERSION ] { 5.0.0 } - Constant [ int SWOOLE_VERSION_ID ] { 50000 } + - Constants [401] { + Constant [ string SWOOLE_VERSION ] { 5.0.1 } + Constant [ int SWOOLE_VERSION_ID ] { 50001 } Constant [ int SWOOLE_MAJOR_VERSION ] { 5 } 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 } @@ -311,6 +311,7 @@ Extension [ extension #88 swoole version 5.0.0 ] { Constant [ int SWOOLE_HTTP2_ERROR_CONNECT_ERROR ] { 10 } Constant [ int SWOOLE_HTTP2_ERROR_ENHANCE_YOUR_CALM ] { 11 } Constant [ int SWOOLE_HTTP2_ERROR_INADEQUATE_SECURITY ] { 12 } + Constant [ int SWOOLE_HTTP2_ERROR_HTTP_1_1_REQUIRED ] { 13 } Constant [ int SWOOLE_MYSQLND_CR_UNKNOWN_ERROR ] { 2000 } Constant [ int SWOOLE_MYSQLND_CR_CONNECTION_ERROR ] { 2002 } Constant [ int SWOOLE_MYSQLND_CR_SERVER_GONE_ERROR ] { 2006 } @@ -2757,7 +2758,7 @@ Extension [ extension #88 swoole version 5.0.0 ] { - Parameters [3] { Parameter #0 [ int $cid = 0 ] - Parameter #1 [ int $options = DEBUG_BACKTRACE_PROVIDE_OBJECT ] + Parameter #1 [ int $options = 0 ] Parameter #2 [ int $limit = 0 ] } - Return [ void ] @@ -7163,7 +7164,7 @@ Extension [ extension #88 swoole version 5.0.0 ] { - Parameters [4] { Parameter #0 [ string $host = '0.0.0.0' ] Parameter #1 [ int $port = 0 ] - Parameter #2 [ int $mode = SWOOLE_PROCESS ] + Parameter #2 [ int $mode = SWOOLE_BASE ] Parameter #3 [ int $sock_type = SWOOLE_SOCK_TCP ] } } @@ -7342,7 +7343,7 @@ Extension [ extension #88 swoole version 5.0.0 ] { Parameter #1 [ float $timeout = 0.5 ] Parameter #2 [ int $taskWorkerIndex = -1 ] } - - Return [ string|false ] + - Return [ mixed ] } Method [ public method taskWaitMulti ] { @@ -7558,7 +7559,7 @@ Extension [ extension #88 swoole version 5.0.0 ] { - Static properties [0] { } - - Static methods [1] { + - Static methods [2] { Method [ static public method pack ] { - Parameters [1] { @@ -7566,6 +7567,14 @@ Extension [ extension #88 swoole version 5.0.0 ] { } - Return [ string|false ] } + + Method [ static public method unpack ] { + + - Parameters [1] { + Parameter #0 [ string $data ] + } + - Return [ mixed ] + } } - Properties [5] { @@ -8010,7 +8019,7 @@ Extension [ extension #88 swoole version 5.0.0 ] { - Parameters [9] { Parameter #0 [ string $name ] Parameter #1 [ string $value = '' ] - Parameter #2 [ int $expire = 0 ] + Parameter #2 [ int $expires = 0 ] Parameter #3 [ string $path = '/' ] Parameter #4 [ string $domain = '' ] Parameter #5 [ bool $secure = false ] @@ -8026,7 +8035,7 @@ Extension [ extension #88 swoole version 5.0.0 ] { - Parameters [9] { Parameter #0 [ string $name ] Parameter #1 [ string $value = '' ] - Parameter #2 [ int $expire = 0 ] + Parameter #2 [ int $expires = 0 ] Parameter #3 [ string $path = '/' ] Parameter #4 [ string $domain = '' ] Parameter #5 [ bool $secure = false ] @@ -8042,7 +8051,7 @@ Extension [ extension #88 swoole version 5.0.0 ] { - Parameters [9] { Parameter #0 [ string $name ] Parameter #1 [ string $value = '' ] - Parameter #2 [ int $expire = 0 ] + Parameter #2 [ int $expires = 0 ] Parameter #3 [ string $path = '/' ] Parameter #4 [ string $domain = '' ] Parameter #5 [ bool $secure = false ] @@ -8233,7 +8242,7 @@ Extension [ extension #88 swoole version 5.0.0 ] { - Parameters [4] { Parameter #0 [ string $host = '0.0.0.0' ] Parameter #1 [ int $port = 0 ] - Parameter #2 [ int $mode = SWOOLE_PROCESS ] + Parameter #2 [ int $mode = SWOOLE_BASE ] Parameter #3 [ int $sock_type = SWOOLE_SOCK_TCP ] } } @@ -8412,7 +8421,7 @@ Extension [ extension #88 swoole version 5.0.0 ] { Parameter #1 [ float $timeout = 0.5 ] Parameter #2 [ int $taskWorkerIndex = -1 ] } - - Return [ string|false ] + - Return [ mixed ] } Method [ public method taskWaitMulti ] { @@ -8779,7 +8788,7 @@ Extension [ extension #88 swoole version 5.0.0 ] { - Parameters [4] { Parameter #0 [ string $host = '0.0.0.0' ] Parameter #1 [ int $port = 0 ] - Parameter #2 [ int $mode = SWOOLE_PROCESS ] + Parameter #2 [ int $mode = SWOOLE_BASE ] Parameter #3 [ int $sock_type = SWOOLE_SOCK_TCP ] } } @@ -8958,7 +8967,7 @@ Extension [ extension #88 swoole version 5.0.0 ] { Parameter #1 [ float $timeout = 0.5 ] Parameter #2 [ int $taskWorkerIndex = -1 ] } - - Return [ string|false ] + - Return [ mixed ] } Method [ public method taskWaitMulti ] { @@ -9327,7 +9336,7 @@ Extension [ extension #88 swoole version 5.0.0 ] { - Parameters [4] { Parameter #0 [ string $host = '0.0.0.0' ] Parameter #1 [ int $port = 0 ] - Parameter #2 [ int $mode = SWOOLE_PROCESS ] + Parameter #2 [ int $mode = SWOOLE_BASE ] Parameter #3 [ int $sock_type = SWOOLE_SOCK_TCP ] } } @@ -9506,7 +9515,7 @@ Extension [ extension #88 swoole version 5.0.0 ] { Parameter #1 [ float $timeout = 0.5 ] Parameter #2 [ int $taskWorkerIndex = -1 ] } - - Return [ string|false ] + - Return [ mixed ] } Method [ public method taskWaitMulti ] { @@ -9758,7 +9767,7 @@ Extension [ extension #88 swoole version 5.0.0 ] { Property [ public $notices = NULL ] } - - Methods [9] { + - Methods [12] { Method [ public method __construct ] { - Parameters [0] { @@ -9822,6 +9831,29 @@ Extension [ extension #88 swoole version 5.0.0 ] { - Return [ string|false ] } + Method [ public method createLOB ] { + + - Parameters [0] { + } + - Return [ int|false ] + } + + Method [ public method openLOB ] { + + - Parameters [2] { + Parameter #0 [ int $oid ] + Parameter #1 [ string $mode = "rb" ] + } + } + + Method [ public method unlinkLOB ] { + + - Parameters [1] { + Parameter #0 [ int $oid ] + } + - Return [ bool ] + } + Method [ public method __destruct ] { - Parameters [0] { @@ -9870,21 +9902,21 @@ Extension [ extension #88 swoole version 5.0.0 ] { - Parameters [0] { } - - Return [ int ] + - Return [ int|false ] } Method [ public method numRows ] { - Parameters [0] { } - - Return [ int ] + - Return [ int|false ] } Method [ public method fieldCount ] { - Parameters [0] { } - - Return [ int ] + - Return [ int|false ] } Method [ public method fetchObject ] { -- cgit