diff options
author | Remi Collet <remi@remirepo.net> | 2025-06-30 09:48:02 +0200 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2025-06-30 09:48:02 +0200 |
commit | 9f62e861d77db6ec137a8450ee0651dfc5ddbc24 (patch) | |
tree | 5aa36bbd57b850d50b408121b33013fe2a9de0c2 /REFLECTION |
initial package
Diffstat (limited to 'REFLECTION')
-rw-r--r-- | REFLECTION | 67 |
1 files changed, 67 insertions, 0 deletions
diff --git a/REFLECTION b/REFLECTION new file mode 100644 index 0000000..134299c --- /dev/null +++ b/REFLECTION @@ -0,0 +1,67 @@ +Extension [ <persistent> extension #140 SPX version 0.4.19 ] { + + - INI { + Entry [ spx.debug <SYSTEM> ] + Current = '0' + } + Entry [ spx.data_dir <SYSTEM> ] + Current = '/tmp/spx' + } + Entry [ spx.http_enabled <SYSTEM> ] + Current = '0' + } + Entry [ spx.http_key <SYSTEM> ] + Current = '' + } + Entry [ spx.http_ip_var <SYSTEM> ] + Current = 'REMOTE_ADDR' + } + Entry [ spx.http_trusted_proxies <SYSTEM> ] + Current = '127.0.0.1' + } + Entry [ spx.http_ip_whitelist <SYSTEM> ] + Current = '' + } + Entry [ spx.http_ui_assets_dir <SYSTEM> ] + Current = '/usr/share/php-noisebynorthwest-php-spx/assets/web-ui' + } + Entry [ spx.http_profiling_enabled <SYSTEM> ] + Current = '' + } + Entry [ spx.http_profiling_auto_start <SYSTEM> ] + Current = '' + } + Entry [ spx.http_profiling_builtins <SYSTEM> ] + Current = '' + } + Entry [ spx.http_profiling_sampling_period <SYSTEM> ] + Current = '' + } + Entry [ spx.http_profiling_depth <SYSTEM> ] + Current = '' + } + Entry [ spx.http_profiling_metrics <SYSTEM> ] + Current = '' + } + } + + - Functions { + Function [ <internal:SPX> function spx_profiler_start ] { + + - Parameters [0] { + } + } + Function [ <internal:SPX> function spx_profiler_stop ] { + + - Parameters [0] { + } + } + Function [ <internal:SPX> function spx_profiler_full_report_set_custom_metadata_str ] { + + - Parameters [1] { + Parameter #0 [ <required> string $customMetadataStr ] + } + } + } +} + |