summaryrefslogtreecommitdiffstats
path: root/REFLECTION
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2019-02-12 11:04:33 +0100
committerRemi Collet <remi@remirepo.net>2019-02-12 11:04:33 +0100
commitdf3dcddff2a9e7bf94d8791b865fe2e2a478c66f (patch)
treea467d000bb1425c51cca8bd58cfac326da30a549 /REFLECTION
parentbf2173a5422d84cc327b1956436e0bc91e59ea2d (diff)
update to 2.0.2
add dependency on %{?scl_prefix}php-json add new runtime option in provided configuration
Diffstat (limited to 'REFLECTION')
-rw-r--r--REFLECTION25
1 files changed, 23 insertions, 2 deletions
diff --git a/REFLECTION b/REFLECTION
index c3b486f..bfa0536 100644
--- a/REFLECTION
+++ b/REFLECTION
@@ -1,4 +1,4 @@
-Extension [ <persistent> extension #196 SeasLog version 1.9.1 ] {
+Extension [ <persistent> extension #200 SeasLog version 2.0.2 ] {
- Dependencies {
}
@@ -76,10 +76,31 @@ Extension [ <persistent> extension #196 SeasLog version 1.9.1 ] {
Entry [ seaslog.ignore_warning <ALL> ]
Current = '1'
}
+ Entry [ seaslog.trace_performance <SYSTEM> ]
+ Current = '0'
+ }
+ Entry [ seaslog.trace_performance_sample_rate <ALL> ]
+ Current = '10'
+ }
+ Entry [ seaslog.trace_performance_start_depth <ALL> ]
+ Current = '1'
+ }
+ Entry [ seaslog.trace_performance_max_depth <ALL> ]
+ Current = '5'
+ }
+ Entry [ seaslog.trace_performance_max_functions_per_depth <ALL> ]
+ Current = '5'
+ }
+ Entry [ seaslog.trace_performance_min_wall_time <ALL> ]
+ Current = '1000'
+ }
+ Entry [ seaslog.trace_performance_min_function_wall_time <ALL> ]
+ Current = '10'
+ }
}
- Constants [22] {
- Constant [ string SEASLOG_VERSION ] { 1.9.1 }
+ Constant [ string SEASLOG_VERSION ] { 2.0.2 }
Constant [ string SEASLOG_AUTHOR ] { Chitao.Gao [ neeke@php.net ] }
Constant [ string SEASLOG_ALL ] { ALL }
Constant [ string SEASLOG_DEBUG ] { DEBUG }