From fb12e02e68457a8d466639290675e00b5817b01a Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 8 Nov 2023 13:43:21 +0100 Subject: update to 22.1.0 drop patches merged upstream raise dependency on PHP 8.1 --- REFLECTION | 187 ++++++++++++++++++++++++++++++++++++++----------------------- 1 file changed, 116 insertions(+), 71 deletions(-) (limited to 'REFLECTION') diff --git a/REFLECTION b/REFLECTION index 5d35426..cc07aaf 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #120 openswoole version 22.0.0 ] { +Extension [ extension #88 openswoole version 22.1.0 ] { - Dependencies { Dependency [ swoole (Conflicts) ] @@ -23,10 +23,10 @@ Extension [ extension #120 openswoole version 22.0.0 ] { } - Constants [357] { - Constant [ string OPENSWOOLE_VERSION ] { 22.0.0 } - Constant [ int OPENSWOOLE_VERSION_ID ] { 220000 } + Constant [ string OPENSWOOLE_VERSION ] { 22.1.0 } + Constant [ int OPENSWOOLE_VERSION_ID ] { 220100 } Constant [ int OPENSWOOLE_MAJOR_VERSION ] { 22 } - Constant [ int OPENSWOOLE_MINOR_VERSION ] { 0 } + Constant [ int OPENSWOOLE_MINOR_VERSION ] { 1 } Constant [ int OPENSWOOLE_RELEASE_VERSION ] { 0 } Constant [ string OPENSWOOLE_EXTRA_VERSION ] { } Constant [ int SWOOLE_SOCK_TCP ] { 1 } @@ -732,7 +732,7 @@ Extension [ extension #120 openswoole version 22.0.0 ] { } } - - Classes [49] { + - Classes [50] { Class [ final class OpenSwoole\Constant ] { - Constants [411] { @@ -7552,16 +7552,7 @@ Extension [ extension #120 openswoole version 22.0.0 ] { Class [ class OpenSwoole\Coroutine\PostgreSQL ] { - - Constants [17] { - Constant [ public int PGSQL_ASSOC ] { 1 } - Constant [ public int PGSQL_NUM ] { 2 } - Constant [ public int PGSQL_BOTH ] { 3 } - Constant [ public int PGRES_EMPTY_QUERY ] { 0 } - Constant [ public int PGRES_COMMAND_OK ] { 1 } - Constant [ public int PGRES_TUPLES_OK ] { 2 } - Constant [ public int PGRES_BAD_RESPONSE ] { 5 } - Constant [ public int PGRES_NONFATAL_ERROR ] { 6 } - Constant [ public int PGRES_FATAL_ERROR ] { 7 } + - Constants [8] { Constant [ public int PG_CONNECTION_OK ] { 0 } Constant [ public int PG_CONNECTION_BAD ] { 1 } Constant [ public int PG_CONNECTION_STARTED ] { 2 } @@ -7586,7 +7577,7 @@ Extension [ extension #120 openswoole version 22.0.0 ] { Property [ public $notices = NULL ] } - - Methods [20] { + - Methods [14] { Method [ public method __construct ] { - Parameters [0] { @@ -7595,144 +7586,198 @@ Extension [ extension #120 openswoole version 22.0.0 ] { Method [ public method connect ] { - - Parameters [1] { - Parameter #0 [ $conninfo ] + - Parameters [2] { + Parameter #0 [ string $conninfo ] + Parameter #1 [ float $timeout = 2 ] } + - Return [ bool ] } Method [ public method query ] { - Parameters [1] { - Parameter #0 [ $query = ] + Parameter #0 [ string $query ] } + - Return [ OpenSwoole\Coroutine\PostgreSQLStatement|false ] } Method [ public method prepare ] { - - Parameters [2] { - Parameter #0 [ $stmtname ] - Parameter #1 [ $query ] + - Parameters [1] { + Parameter #0 [ string $query ] } + - Return [ OpenSwoole\Coroutine\PostgreSQLStatement|false ] } - Method [ public method execute ] { + Method [ public method metaData ] { - - Parameters [2] { - Parameter #0 [ $stmtname ] - Parameter #1 [ $pv_param_arr ] + - Parameters [1] { + Parameter #0 [ string $table_name ] } + - Return [ array|false ] } - Method [ public method fetchAll ] { + Method [ public method escape ] { - - Parameters [2] { - Parameter #0 [ $result = ] - Parameter #1 [ $result_type = ] + - Parameters [1] { + Parameter #0 [ string $string ] } + - Return [ string|false ] } - Method [ public method affectedRows ] { + Method [ public method escapeLiteral ] { - Parameters [1] { - Parameter #0 [ $result = ] + Parameter #0 [ string $string ] } + - Return [ string|false ] } - Method [ public method numRows ] { + Method [ public method escapeIdentifier ] { - Parameters [1] { - Parameter #0 [ $result = ] + Parameter #0 [ string $string ] } + - Return [ string|false ] } - Method [ public method fieldCount ] { + Method [ public method createLOB ] { - - Parameters [1] { - Parameter #0 [ $result = ] + - Parameters [0] { } + - Return [ int|false ] } - Method [ public method metaData ] { + Method [ public method openLOB ] { + + - Parameters [2] { + Parameter #0 [ int $oid ] + Parameter #1 [ string $mode = "rb" ] + } + } + + Method [ public method unlinkLOB ] { - Parameters [1] { - Parameter #0 [ $table_name ] + Parameter #0 [ int $oid ] } + - Return [ bool ] } - Method [ public method escape ] { + Method [ public method status ] { + + - Parameters [0] { + } + - Return [ int|false ] + } + + Method [ public method reset ] { - Parameters [1] { - Parameter #0 [ $string ] + Parameter #0 [ float $timeout = 0 ] } + - Return [ bool ] } - Method [ public method escapeLiteral ] { + Method [ public method __destruct ] { + + - Parameters [0] { + } + } + } + } + + Class [ class OpenSwoole\Coroutine\PostgreSQLStatement ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [5] { + Property [ public $error = NULL ] + Property [ public $errCode = 0 ] + Property [ public $resultStatus = 0 ] + Property [ public $resultDiag = NULL ] + Property [ public $notices = NULL ] + } + + - Methods [9] { + Method [ public method execute ] { - Parameters [1] { - Parameter #0 [ $string ] + Parameter #0 [ array $params = [] ] } + - Return [ bool ] } - Method [ public method escapeIdentifier ] { + Method [ public method fetchAll ] { - Parameters [1] { - Parameter #0 [ $string ] + Parameter #0 [ int $result_type = OPENSWOOLE_PGSQL_ASSOC ] } + - Return [ array|false ] } - Method [ public method fetchObject ] { + Method [ public method affectedRows ] { - - Parameters [5] { - Parameter #0 [ $result ] - Parameter #1 [ $row = ] - Parameter #2 [ $class_name = ] - Parameter #3 [ $l = ] - Parameter #4 [ $ctor_params = ] + - Parameters [0] { } + - Return [ int|false ] } - Method [ public method fetchAssoc ] { + Method [ public method numRows ] { - - Parameters [2] { - Parameter #0 [ $result ] - Parameter #1 [ $row = ] + - Parameters [0] { } + - Return [ int|false ] } - Method [ public method fetchArray ] { + Method [ public method fieldCount ] { - - Parameters [3] { - Parameter #0 [ $result ] - Parameter #1 [ $row = ] - Parameter #2 [ $result_type = ] + - Parameters [0] { } + - Return [ int|false ] } - Method [ public method fetchRow ] { + Method [ public method fetchObject ] { - Parameters [3] { - Parameter #0 [ $result ] - Parameter #1 [ $row = ] - Parameter #2 [ $result_type = ] + Parameter #0 [ int $row = null ] + Parameter #1 [ ?string $class_name = null ] + Parameter #2 [ array $ctor_params = [] ] } + - Return [ object|false ] } - Method [ public method status ] { + Method [ public method fetchAssoc ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ int $row = null ] } + - Return [ array|false ] } - Method [ public method reset ] { + Method [ public method fetchArray ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ int $row = null ] + Parameter #1 [ int $result_type = OPENSWOOLE_PGSQL_BOTH ] } + - Return [ array|false ] } - Method [ public method __destruct ] { + Method [ public method fetchRow ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ int $row = null ] + Parameter #1 [ int $result_type = OPENSWOOLE_PGSQL_NUM ] } + - Return [ array|false ] } } } -- cgit