From 09607088e61111dfaa7338e5c2c93862c617368a Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 5 May 2022 09:33:19 +0200 Subject: update to 2.3.0 --- REFLECTION | 50 +++++++++++++++++++++----------------------------- 1 file changed, 21 insertions(+), 29 deletions(-) (limited to 'REFLECTION') diff --git a/REFLECTION b/REFLECTION index 40a6613..dbc76d4 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #120 yar version 2.2.1 ] { +Extension [ extension #119 yar version 2.3.0 ] { - Dependencies { Dependency [ json (Required) ] @@ -9,9 +9,6 @@ Extension [ extension #120 yar version 2.2.1 ] { Entry [ yar.packager ] Current = 'msgpack' } - Entry [ yar.transport ] - Current = 'curl' - } Entry [ yar.debug ] Current = 'Off' } @@ -29,15 +26,18 @@ Extension [ extension #120 yar version 2.2.1 ] { } } - - Constants [21] { - Constant [ string YAR_VERSION ] { 2.2.1 } - Constant [ int YAR_OPT_PACKAGER ] { 1 } - Constant [ int YAR_OPT_PERSISTENT ] { 2 } - Constant [ int YAR_OPT_TIMEOUT ] { 4 } - Constant [ int YAR_OPT_CONNECT_TIMEOUT ] { 8 } - Constant [ int YAR_OPT_HEADER ] { 16 } - Constant [ int YAR_OPT_RESOLVE ] { 32 } - Constant [ int YAR_OPT_PROXY ] { 64 } + - Constants [24] { + Constant [ string YAR_VERSION ] { 2.3.0 } + Constant [ int YAR_HAS_MSGPACK ] { 1 } + Constant [ int YAR_OPT_PACKAGER ] { 0 } + Constant [ int YAR_OPT_PERSISTENT ] { 1 } + Constant [ int YAR_OPT_TIMEOUT ] { 2 } + Constant [ int YAR_OPT_CONNECT_TIMEOUT ] { 3 } + Constant [ int YAR_OPT_HEADER ] { 4 } + Constant [ int YAR_OPT_RESOLVE ] { 5 } + Constant [ int YAR_OPT_PROXY ] { 6 } + Constant [ int YAR_OPT_PROVIDER ] { 8 } + Constant [ int YAR_OPT_TOKEN ] { 7 } Constant [ int YAR_CLIENT_PROTOCOL_HTTP ] { 1 } Constant [ int YAR_CLIENT_PROTOCOL_TCP ] { 2 } Constant [ int YAR_CLIENT_PROTOCOL_UNIX ] { 4 } @@ -97,11 +97,7 @@ Extension [ extension #120 yar version 2.2.1 ] { - Static methods [0] { } - - Properties [4] { - Property [ protected $_protocol = 1 ] - Property [ protected $_uri = NULL ] - Property [ protected $_options = NULL ] - Property [ protected $_running = NULL ] + - Properties [0] { } - Methods [5] { @@ -155,11 +151,7 @@ Extension [ extension #120 yar version 2.2.1 ] { - Constants [0] { } - - Static properties [4] { - Property [ protected static $_callstack = NULL ] - Property [ protected static $_callback = NULL ] - Property [ protected static $_error_callback = NULL ] - Property [ protected static $_start = false ] + - Static properties [0] { } - Static methods [3] { @@ -168,10 +160,10 @@ Extension [ extension #120 yar version 2.2.1 ] { - Parameters [6] { Parameter #0 [ string $uri ] Parameter #1 [ string $method ] - Parameter #2 [ array $arguments = NULL ] - Parameter #3 [ callable $callback = NULL ] - Parameter #4 [ callable $error_callback = NULL ] - Parameter #5 [ array $options = NULL ] + Parameter #2 [ ?array $arguments = NULL ] + Parameter #3 [ ?callable $callback = NULL ] + Parameter #4 [ ?callable $error_callback = NULL ] + Parameter #5 [ ?array $options = NULL ] } - Return [ int|bool|null ] } @@ -179,8 +171,8 @@ Extension [ extension #120 yar version 2.2.1 ] { Method [ static public method loop ] { - Parameters [2] { - Parameter #0 [ callable $callback = NULL ] - Parameter #1 [ callable $error_callback = NULL ] + Parameter #0 [ ?callable $callback = NULL ] + Parameter #1 [ ?callable $error_callback = NULL ] } - Return [ ?bool ] } -- cgit