From 874eca95ed73928ac4046eda069148991ad79da8 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 15 Sep 2015 16:54:00 +0200 Subject: php-pecl-seaslog: 1.4.2 --- REFLECTION | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'REFLECTION') diff --git a/REFLECTION b/REFLECTION index 141486f..a01822a 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #150 SeasLog version 1.4.0 ] { +Extension [ extension #150 SeasLog version 1.4.2 ] { - INI { Entry [ seaslog.default_basepath ] @@ -25,10 +25,16 @@ Extension [ extension #150 SeasLog version 1.4.0 ] { Entry [ seaslog.level ] Current = '0' } + Entry [ seaslog.trace_error ] + Current = '0' + } + Entry [ seaslog.trace_exception ] + Current = '1' + } } - Constants [11] { - Constant [ string SEASLOG_VERSION ] { 1.4.0 } + Constant [ string SEASLOG_VERSION ] { 1.4.2 } Constant [ string SEASLOG_AUTHOR ] { Chitao.Gao [ neeke@php.net ] } Constant [ string SEASLOG_ALL ] { all } Constant [ string SEASLOG_DEBUG ] { debug } -- cgit