From 710153d18f8d7b8f47088175dc207d6317304365 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sat, 21 Feb 2015 11:24:31 +0100 Subject: php-pecl-apm: 2.0.0 - New package --- REFLECTION | 39 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 REFLECTION (limited to 'REFLECTION') diff --git a/REFLECTION b/REFLECTION new file mode 100644 index 0000000..0031b89 --- /dev/null +++ b/REFLECTION @@ -0,0 +1,39 @@ +Extension [ extension #170 apm version 0.1.0 ] { + + - INI { + Entry [ apm.enabled ] + Current = '0' + } + Entry [ apm.application_id ] + Current = 'My application' + } + Entry [ apm.event_enabled ] + Current = '1' + } + Entry [ apm.store_stacktrace ] + Current = '1' + } + Entry [ apm.store_ip ] + Current = '1' + } + Entry [ apm.store_cookies ] + Current = '1' + } + Entry [ apm.store_post ] + Current = '1' + } + Entry [ apm.stats_duration_threshold ] + Current = '100' + } + Entry [ apm.stats_user_cpu_threshold ] + Current = '100' + } + Entry [ apm.stats_sys_cpu_threshold ] + Current = '10' + } + Entry [ apm.dump_max_depth ] + Current = '4' + } + } +} + -- cgit