summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2015-09-15 16:54:00 +0200
committerRemi Collet <fedora@famillecollet.com>2015-09-15 16:54:00 +0200
commit874eca95ed73928ac4046eda069148991ad79da8 (patch)
tree707f1ea7040fac1714ea21ef54bdba6c64ad21ac
parentf96e5d122e376326592b56250011c7d5e5534314 (diff)
php-pecl-seaslog: 1.4.2
-rw-r--r--REFLECTION10
-rw-r--r--php-pecl-seaslog.spec7
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 [ <persistent> extension #150 SeasLog version 1.4.0 ] {
+Extension [ <persistent> extension #150 SeasLog version 1.4.2 ] {
- INI {
Entry [ seaslog.default_basepath <ALL> ]
@@ -25,10 +25,16 @@ Extension [ <persistent> extension #150 SeasLog version 1.4.0 ] {
Entry [ seaslog.level <ALL> ]
Current = '0'
}
+ Entry [ seaslog.trace_error <ALL> ]
+ Current = '0'
+ }
+ Entry [ seaslog.trace_exception <ALL> ]
+ 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 <remi@fedoraproject.org> - 1.4.2-1
+- Update to 1.4.2 (stable)
+
* Mon Sep 14 2015 Remi Collet <remi@fedoraproject.org> - 1.4.0-1
- initial package, version 1.4.0 (stable) \ No newline at end of file