diff options
author | Remi Collet <fedora@famillecollet.com> | 2015-02-21 11:24:31 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2015-02-21 11:24:31 +0100 |
commit | 710153d18f8d7b8f47088175dc207d6317304365 (patch) | |
tree | 1f09cc47362a4bfa161be5b55200552537e9cc31 /REFLECTION |
php-pecl-apm: 2.0.0 - New package
Diffstat (limited to 'REFLECTION')
-rw-r--r-- | REFLECTION | 39 |
1 files changed, 39 insertions, 0 deletions
diff --git a/REFLECTION b/REFLECTION new file mode 100644 index 0000000..0031b89 --- /dev/null +++ b/REFLECTION @@ -0,0 +1,39 @@ +Extension [ <persistent> extension #170 apm version 0.1.0 ] { + + - INI { + Entry [ apm.enabled <ALL> ] + Current = '0' + } + Entry [ apm.application_id <ALL> ] + Current = 'My application' + } + Entry [ apm.event_enabled <ALL> ] + Current = '1' + } + Entry [ apm.store_stacktrace <ALL> ] + Current = '1' + } + Entry [ apm.store_ip <ALL> ] + Current = '1' + } + Entry [ apm.store_cookies <ALL> ] + Current = '1' + } + Entry [ apm.store_post <ALL> ] + Current = '1' + } + Entry [ apm.stats_duration_threshold <ALL> ] + Current = '100' + } + Entry [ apm.stats_user_cpu_threshold <ALL> ] + Current = '100' + } + Entry [ apm.stats_sys_cpu_threshold <ALL> ] + Current = '10' + } + Entry [ apm.dump_max_depth <ALL> ] + Current = '4' + } + } +} + |