summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2015-03-10 08:24:19 +0100
committerRemi Collet <fedora@famillecollet.com>2015-03-10 08:24:19 +0100
commiteddd8e5645c6e614b0a079a538ded82a767c327e (patch)
tree0b468dc0c395d36e5a0a200e5353ff431e235ed0
parent0fa702d8d45077d8e5c740b331b858e9117b318b (diff)
php-pecl-apm: save reflection file
-rw-r--r--REFLECTION88
1 files changed, 86 insertions, 2 deletions
diff --git a/REFLECTION b/REFLECTION
index 0031b89..95c2c2b 100644
--- a/REFLECTION
+++ b/REFLECTION
@@ -1,8 +1,8 @@
-Extension [ <persistent> extension #170 apm version 0.1.0 ] {
+Extension [ <persistent> extension #183 apm version 0.1.0 ] {
- INI {
Entry [ apm.enabled <ALL> ]
- Current = '0'
+ Current = '1'
}
Entry [ apm.application_id <ALL> ]
Current = 'My application'
@@ -34,6 +34,90 @@ Extension [ <persistent> extension #170 apm version 0.1.0 ] {
Entry [ apm.dump_max_depth <ALL> ]
Current = '4'
}
+ Entry [ apm.sqlite_enabled <PERDIR> ]
+ Current = '1'
+ }
+ Entry [ apm.sqlite_stats_enabled <ALL> ]
+ Current = '0'
+ }
+ Entry [ apm.sqlite_exception_mode <PERDIR> ]
+ Current = '1'
+ }
+ Entry [ apm.sqlite_error_reporting <ALL> ]
+ Current = ''
+ }
+ Entry [ apm.sqlite_max_event_insert_timeout <ALL> ]
+ Current = '100'
+ }
+ Entry [ apm.sqlite_db_path <ALL> ]
+ Current = '/var/php/apm/db'
+ }
+ Entry [ apm.sqlite_process_silenced_events <PERDIR> ]
+ Current = '1'
+ }
+ Entry [ apm.mysql_enabled <PERDIR> ]
+ Current = '1'
+ }
+ Entry [ apm.mysql_stats_enabled <ALL> ]
+ Current = '0'
+ }
+ Entry [ apm.mysql_exception_mode <PERDIR> ]
+ Current = '1'
+ }
+ Entry [ apm.mysql_error_reporting <ALL> ]
+ Current = ''
+ }
+ Entry [ apm.mysql_host <PERDIR> ]
+ Current = 'localhost'
+ }
+ Entry [ apm.mysql_port <PERDIR> ]
+ Current = '0'
+ }
+ Entry [ apm.mysql_user <PERDIR> ]
+ Current = 'root'
+ }
+ Entry [ apm.mysql_pass <PERDIR> ]
+ Current = ''
+ }
+ Entry [ apm.mysql_db <PERDIR> ]
+ Current = 'apm'
+ }
+ Entry [ apm.mysql_process_silenced_events <PERDIR> ]
+ Current = '1'
+ }
+ Entry [ apm.statsd_enabled <PERDIR> ]
+ Current = '1'
+ }
+ Entry [ apm.statsd_stats_enabled <ALL> ]
+ Current = '1'
+ }
+ Entry [ apm.statsd_error_reporting <ALL> ]
+ Current = ''
+ }
+ Entry [ apm.statsd_host <PERDIR> ]
+ Current = 'localhost'
+ }
+ Entry [ apm.statsd_port <PERDIR> ]
+ Current = '8125'
+ }
+ Entry [ apm.statsd_prefix <ALL> ]
+ Current = 'apm'
+ }
+ Entry [ apm.socket_enabled <ALL> ]
+ Current = '1'
+ }
+ Entry [ apm.socket_stats_enabled <ALL> ]
+ Current = '1'
+ }
+ Entry [ apm.socket_error_reporting <ALL> ]
+ Current = ''
+ }
+ Entry [ apm.socket_path <ALL> ]
+ Current = 'file:/tmp/apm.sock|tcp:127.0.0.1:8264'
+ }
+ Entry [ apm.socket_process_silenced_events <PERDIR> ]
+ Current = '1'
+ }
}
}