summaryrefslogtreecommitdiffstats
path: root/APM-config.patch
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2015-06-17 18:37:45 +0200
committerRemi Collet <fedora@famillecollet.com>2015-06-17 18:37:45 +0200
commit1dfb7ae254a01baeaacab9a9f3e9615fd305f466 (patch)
tree9125bcebf19dd046a8973ae0dc13d91fec15e69d /APM-config.patch
parenta157e6024e9750f01ff292a21bf07e16d603b76d (diff)
php-pecl-apm: 2.0.5
Diffstat (limited to 'APM-config.patch')
-rw-r--r--APM-config.patch12
1 files changed, 6 insertions, 6 deletions
diff --git a/APM-config.patch b/APM-config.patch
index 7332b68..22ee9e6 100644
--- a/APM-config.patch
+++ b/APM-config.patch
@@ -1,5 +1,5 @@
---- apm.ini.rpm 2015-03-16 09:05:02.000000000 +0100
-+++ apm.ini 2015-03-16 09:07:05.000000000 +0100
+--- apm.ini.rpm 2015-06-17 18:05:59.000000000 +0200
++++ apm.ini 2015-06-17 18:19:02.707376619 +0200
@@ -2,7 +2,7 @@
extension=apm.so
@@ -33,10 +33,10 @@
; Whether to enable the statsd driver
-; apm.statsd_enabled=On
+apm.statsd_enabled=Off
- ; Whether to collect stats for the StatsD driver
- ; apm.statsd_stats_enabled=On
- ; Host of the statsd server
-@@ -81,7 +81,7 @@
+ ; Error reporting level specific to the statsd driver
+ ; apm.statsd_error_reporting=E_ALL|E_STRICT
+ ; Control which exceptions to collect (0: none exceptions collected, 1: collect uncaught exceptions (default), 2: collect ALL exceptions)
+@@ -85,7 +85,7 @@
; Socket configuration
; Whether to enable the socket driver