From efb9cb516d676d876f5ed4f31709c1892e9cf022 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 21 Apr 2026 16:34:02 +0200 Subject: drop pear/pecl dependency sources from github --- REFLECTION | 50 +++++++++++++++++++++++++------------------------- 1 file changed, 25 insertions(+), 25 deletions(-) (limited to 'REFLECTION') diff --git a/REFLECTION b/REFLECTION index 12d0ab5..16b6daa 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #140 yar version 2.3.4 ] { +Extension [ extension #152 yar version 2.3.4 ] { - Dependencies { Dependency [ json (Required) ] @@ -27,30 +27,30 @@ Extension [ extension #140 yar version 2.3.4 ] { } - Constants [24] { - Constant [ string YAR_VERSION ] { 2.3.4 } - 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 } - Constant [ string YAR_PACKAGER_PHP ] { PHP } - Constant [ string YAR_PACKAGER_JSON ] { JSON } - Constant [ string YAR_PACKAGER_MSGPACK ] { MSGPACK } - Constant [ int YAR_ERR_OKEY ] { 0 } - Constant [ int YAR_ERR_OUTPUT ] { 8 } - Constant [ int YAR_ERR_TRANSPORT ] { 16 } - Constant [ int YAR_ERR_REQUEST ] { 4 } - Constant [ int YAR_ERR_PROTOCOL ] { 2 } - Constant [ int YAR_ERR_PACKAGER ] { 1 } - Constant [ int YAR_ERR_EXCEPTION ] { 64 } + Constant [ string YAR_VERSION ] { 2.3.4 } + 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 } + Constant [ string YAR_PACKAGER_PHP ] { PHP } + Constant [ string YAR_PACKAGER_JSON ] { JSON } + Constant [ string YAR_PACKAGER_MSGPACK ] { MSGPACK } + Constant [ int YAR_ERR_OKEY ] { 0 } + Constant [ int YAR_ERR_OUTPUT ] { 8 } + Constant [ int YAR_ERR_TRANSPORT ] { 16 } + Constant [ int YAR_ERR_REQUEST ] { 4 } + Constant [ int YAR_ERR_PROTOCOL ] { 2 } + Constant [ int YAR_ERR_PACKAGER ] { 1 } + Constant [ int YAR_ERR_EXCEPTION ] { 64 } } - Classes [12] { -- cgit