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 ++++++++-- php-pecl-seaslog.spec | 7 ++++++- 2 files changed, 14 insertions(+), 3 deletions(-) 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 } diff --git a/php-pecl-seaslog.spec b/php-pecl-seaslog.spec index f031fc3..a4b19ec 100644 --- a/php-pecl-seaslog.spec +++ b/php-pecl-seaslog.spec @@ -32,7 +32,7 @@ Summary: A effective,fast,stable log extension for PHP Name: %{?sub_prefix}php-pecl-%{pecl_name} -Version: 1.4.0 +Version: 1.4.2 Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} License: ASL 2.0 Group: Development/Languages @@ -127,6 +127,8 @@ extension=%{pecl_name}.so ;seaslog.use_buffer = 0 ;seaslog.buffer_size = 0 ;seaslog.level = 0 +;seaslog.trace_error = 0 +;seaslog.trace_exception = 0 EOF @@ -227,5 +229,8 @@ rm -rf %{buildroot} %changelog +* Tue Sep 15 2015 Remi Collet - 1.4.2-1 +- Update to 1.4.2 (stable) + * Mon Sep 14 2015 Remi Collet - 1.4.0-1 - initial package, version 1.4.0 (stable) \ No newline at end of file -- cgit