diff options
author | Remi Collet <fedora@famillecollet.com> | 2015-03-16 09:23:03 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2015-03-16 09:23:03 +0100 |
commit | 7bcfaf8fd433cd7bdff0accaf186a038770c430e (patch) | |
tree | a669f04c81e66073c8c7c0a2af727bb92ae0d722 /REFLECTION | |
parent | eddd8e5645c6e614b0a079a538ded82a767c327e (diff) |
php-pecl-apm: upstream fix + updated config
Diffstat (limited to 'REFLECTION')
-rw-r--r-- | REFLECTION | 12 |
1 files changed, 6 insertions, 6 deletions
@@ -1,8 +1,8 @@ -Extension [ <persistent> extension #183 apm version 0.1.0 ] { +Extension [ <persistent> extension #171 apm version 2.0.2 ] { - INI { Entry [ apm.enabled <ALL> ] - Current = '1' + Current = '' } Entry [ apm.application_id <ALL> ] Current = 'My application' @@ -35,7 +35,7 @@ Extension [ <persistent> extension #183 apm version 0.1.0 ] { Current = '4' } Entry [ apm.sqlite_enabled <PERDIR> ] - Current = '1' + Current = '' } Entry [ apm.sqlite_stats_enabled <ALL> ] Current = '0' @@ -56,7 +56,7 @@ Extension [ <persistent> extension #183 apm version 0.1.0 ] { Current = '1' } Entry [ apm.mysql_enabled <PERDIR> ] - Current = '1' + Current = '' } Entry [ apm.mysql_stats_enabled <ALL> ] Current = '0' @@ -86,7 +86,7 @@ Extension [ <persistent> extension #183 apm version 0.1.0 ] { Current = '1' } Entry [ apm.statsd_enabled <PERDIR> ] - Current = '1' + Current = '' } Entry [ apm.statsd_stats_enabled <ALL> ] Current = '1' @@ -104,7 +104,7 @@ Extension [ <persistent> extension #183 apm version 0.1.0 ] { Current = 'apm' } Entry [ apm.socket_enabled <ALL> ] - Current = '1' + Current = '' } Entry [ apm.socket_stats_enabled <ALL> ] Current = '1' |