diff options
author | Remi Collet <remi@remirepo.net> | 2022-05-05 09:33:19 +0200 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2022-05-05 09:33:19 +0200 |
commit | 09607088e61111dfaa7338e5c2c93862c617368a (patch) | |
tree | 049ff5c7ae32a6bd4d89d31fded6fb64d6026905 /REFLECTION | |
parent | 2f254d4583b61a51482ce8d8b53bd09ea144cd3f (diff) |
update to 2.3.0
Diffstat (limited to 'REFLECTION')
-rw-r--r-- | REFLECTION | 50 |
1 files changed, 21 insertions, 29 deletions
@@ -1,4 +1,4 @@ -Extension [ <persistent> extension #120 yar version 2.2.1 ] { +Extension [ <persistent> extension #119 yar version 2.3.0 ] { - Dependencies { Dependency [ json (Required) ] @@ -9,9 +9,6 @@ Extension [ <persistent> extension #120 yar version 2.2.1 ] { Entry [ yar.packager <PERDIR> ] Current = 'msgpack' } - Entry [ yar.transport <PERDIR> ] - Current = 'curl' - } Entry [ yar.debug <ALL> ] Current = 'Off' } @@ -29,15 +26,18 @@ Extension [ <persistent> 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 [ <persistent> 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 [ <persistent> 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 [ <persistent> extension #120 yar version 2.2.1 ] { - Parameters [6] { Parameter #0 [ <required> string $uri ] Parameter #1 [ <required> string $method ] - Parameter #2 [ <optional> array $arguments = NULL ] - Parameter #3 [ <optional> callable $callback = NULL ] - Parameter #4 [ <optional> callable $error_callback = NULL ] - Parameter #5 [ <optional> array $options = NULL ] + Parameter #2 [ <optional> ?array $arguments = NULL ] + Parameter #3 [ <optional> ?callable $callback = NULL ] + Parameter #4 [ <optional> ?callable $error_callback = NULL ] + Parameter #5 [ <optional> ?array $options = NULL ] } - Return [ int|bool|null ] } @@ -179,8 +171,8 @@ Extension [ <persistent> extension #120 yar version 2.2.1 ] { Method [ <internal:yar> static public method loop ] { - Parameters [2] { - Parameter #0 [ <optional> callable $callback = NULL ] - Parameter #1 [ <optional> callable $error_callback = NULL ] + Parameter #0 [ <optional> ?callable $callback = NULL ] + Parameter #1 [ <optional> ?callable $error_callback = NULL ] } - Return [ ?bool ] } |