diff options
| author | Remi Collet <fedora@famillecollet.com> | 2015-06-17 18:37:45 +0200 | 
|---|---|---|
| committer | Remi Collet <fedora@famillecollet.com> | 2015-06-17 18:37:45 +0200 | 
| commit | 1dfb7ae254a01baeaacab9a9f3e9615fd305f466 (patch) | |
| tree | 9125bcebf19dd046a8973ae0dc13d91fec15e69d /REFLECTION | |
| parent | a157e6024e9750f01ff292a21bf07e16d603b76d (diff) | |
php-pecl-apm: 2.0.5
Diffstat (limited to 'REFLECTION')
| -rw-r--r-- | REFLECTION | 8 | 
1 files changed, 7 insertions, 1 deletions
@@ -1,4 +1,4 @@ -Extension [ <persistent> extension #181 apm version 2.0.4 ] { +Extension [ <persistent> extension #181 apm version 2.0.5 ] {    - INI {      Entry [ apm.enabled <SYSTEM> ] @@ -91,6 +91,9 @@ Extension [ <persistent> extension #181 apm version 2.0.4 ] {      Entry [ apm.statsd_stats_enabled <ALL> ]        Current = '1'      } +    Entry [ apm.statsd_exception_mode <PERDIR> ] +      Current = '1' +    }      Entry [ apm.statsd_error_reporting <ALL> ]        Current = ''      } @@ -109,6 +112,9 @@ Extension [ <persistent> extension #181 apm version 2.0.4 ] {      Entry [ apm.socket_stats_enabled <ALL> ]        Current = '1'      } +    Entry [ apm.socket_exception_mode <PERDIR> ] +      Current = '1' +    }      Entry [ apm.socket_error_reporting <ALL> ]        Current = ''      }  | 
