From 9f62e861d77db6ec137a8450ee0651dfc5ddbc24 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 30 Jun 2025 09:48:02 +0200 Subject: initial package --- REFLECTION | 67 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 67 insertions(+) create mode 100644 REFLECTION (limited to 'REFLECTION') diff --git a/REFLECTION b/REFLECTION new file mode 100644 index 0000000..134299c --- /dev/null +++ b/REFLECTION @@ -0,0 +1,67 @@ +Extension [ extension #140 SPX version 0.4.19 ] { + + - INI { + Entry [ spx.debug ] + Current = '0' + } + Entry [ spx.data_dir ] + Current = '/tmp/spx' + } + Entry [ spx.http_enabled ] + Current = '0' + } + Entry [ spx.http_key ] + Current = '' + } + Entry [ spx.http_ip_var ] + Current = 'REMOTE_ADDR' + } + Entry [ spx.http_trusted_proxies ] + Current = '127.0.0.1' + } + Entry [ spx.http_ip_whitelist ] + Current = '' + } + Entry [ spx.http_ui_assets_dir ] + Current = '/usr/share/php-noisebynorthwest-php-spx/assets/web-ui' + } + Entry [ spx.http_profiling_enabled ] + Current = '' + } + Entry [ spx.http_profiling_auto_start ] + Current = '' + } + Entry [ spx.http_profiling_builtins ] + Current = '' + } + Entry [ spx.http_profiling_sampling_period ] + Current = '' + } + Entry [ spx.http_profiling_depth ] + Current = '' + } + Entry [ spx.http_profiling_metrics ] + Current = '' + } + } + + - Functions { + Function [ function spx_profiler_start ] { + + - Parameters [0] { + } + } + Function [ function spx_profiler_stop ] { + + - Parameters [0] { + } + } + Function [ function spx_profiler_full_report_set_custom_metadata_str ] { + + - Parameters [1] { + Parameter #0 [ string $customMetadataStr ] + } + } + } +} + -- cgit