From df3dcddff2a9e7bf94d8791b865fe2e2a478c66f Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 12 Feb 2019 11:04:33 +0100 Subject: update to 2.0.2 add dependency on %{?scl_prefix}php-json add new runtime option in provided configuration --- REFLECTION | 25 +++++++++++++++++++++++-- 1 file changed, 23 insertions(+), 2 deletions(-) (limited to 'REFLECTION') diff --git a/REFLECTION b/REFLECTION index c3b486f..bfa0536 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #196 SeasLog version 1.9.1 ] { +Extension [ extension #200 SeasLog version 2.0.2 ] { - Dependencies { } @@ -76,10 +76,31 @@ Extension [ extension #196 SeasLog version 1.9.1 ] { Entry [ seaslog.ignore_warning ] Current = '1' } + Entry [ seaslog.trace_performance ] + Current = '0' + } + Entry [ seaslog.trace_performance_sample_rate ] + Current = '10' + } + Entry [ seaslog.trace_performance_start_depth ] + Current = '1' + } + Entry [ seaslog.trace_performance_max_depth ] + Current = '5' + } + Entry [ seaslog.trace_performance_max_functions_per_depth ] + Current = '5' + } + Entry [ seaslog.trace_performance_min_wall_time ] + Current = '1000' + } + Entry [ seaslog.trace_performance_min_function_wall_time ] + 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 } -- cgit