diff options
| author | Remi Collet <remi@remirepo.net> | 2026-03-09 07:38:04 +0100 |
|---|---|---|
| committer | Remi Collet <remi@php.net> | 2026-03-09 07:38:04 +0100 |
| commit | a102bef3dacbb0a9bd1855d11cc95f83475c0fad (patch) | |
| tree | 18c8eff9a2712c315c2d39fc3e8113f97d936f2e /REFLECTION | |
| parent | 2c7ff1ecbb837ab7bdeec9387b873bdf898019c6 (diff) | |
add pie virtual provides
drop pear/pecl dependency
sources from github
Diffstat (limited to 'REFLECTION')
| -rw-r--r-- | REFLECTION | 29 |
1 files changed, 22 insertions, 7 deletions
@@ -1,12 +1,12 @@ -Extension [ <persistent> extension #125 rar version 4.2.0 ] { +Extension [ <persistent> 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 [ <persistent> int RAR_HOST_MSDOS ] { 0 } + Constant [ <persistent> int RAR_HOST_OS2 ] { 1 } + Constant [ <persistent> int RAR_HOST_WIN32 ] { 2 } + Constant [ <persistent> int RAR_HOST_UNIX ] { 3 } + Constant [ <persistent> int RAR_HOST_MACOS ] { 4 } + Constant [ <persistent> int RAR_HOST_BEOS ] { 5 } } - Functions { @@ -217,20 +217,35 @@ Extension [ <persistent> 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 ] } |
