From a102bef3dacbb0a9bd1855d11cc95f83475c0fad Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 9 Mar 2026 07:38:04 +0100 Subject: update to 4.3.0 add pie virtual provides drop pear/pecl dependency sources from github --- REFLECTION | 29 ++++++++++++++++++++++------- 1 file changed, 22 insertions(+), 7 deletions(-) (limited to 'REFLECTION') diff --git a/REFLECTION b/REFLECTION index c8cc94d..09d3b61 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,12 +1,12 @@ -Extension [ extension #125 rar version 4.2.0 ] { +Extension [ extension #111 rar version 4.3.0 ] { - Constants [6] { - Constant [ int RAR_HOST_MSDOS ] { 0 } - Constant [ int RAR_HOST_OS2 ] { 1 } - Constant [ int RAR_HOST_WIN32 ] { 2 } - Constant [ int RAR_HOST_UNIX ] { 3 } - Constant [ int RAR_HOST_MACOS ] { 4 } - Constant [ int RAR_HOST_BEOS ] { 5 } + Constant [ int RAR_HOST_MSDOS ] { 0 } + Constant [ int RAR_HOST_OS2 ] { 1 } + Constant [ int RAR_HOST_WIN32 ] { 2 } + Constant [ int RAR_HOST_UNIX ] { 3 } + Constant [ int RAR_HOST_MACOS ] { 4 } + Constant [ int RAR_HOST_BEOS ] { 5 } } - Functions { @@ -217,20 +217,35 @@ Extension [ extension #125 rar version 4.2.0 ] { } - Properties [15] { + Property [ private $rarfile = NULL ] + Property [ private $position = NULL ] + Property [ private $name = NULL ] + Property [ private $unpacked_size = NULL ] + Property [ private $packed_size = NULL ] + Property [ private $host_os = NULL ] + Property [ private $file_time = NULL ] + Property [ private $crc = NULL ] + Property [ private $attr = NULL ] + skywalking_agent.properties_report_period_factor Property [ private $version = NULL ] + Property [ private $method = NULL ] + Property [ private $flags = NULL ] + Property [ private $redir_type = NULL ] + Property [ private $redir_to_directory = NULL ] + Property [ private $redir_target = NULL ] } -- cgit