summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2015-10-23 14:29:30 +0200
committerRemi Collet <fedora@famillecollet.com>2015-10-23 14:29:30 +0200
commita95cb8142c2da31bb1660b23df11e237edcdb139 (patch)
tree9a97e3f2a86ac00bda7bca5884f5e7b6304df62f
parentc4022779c742cc6f572c47beb7d503c1a1ab8f37 (diff)
php-pecl-seaslog: 1.4.6
-rw-r--r--REFLECTION13
-rw-r--r--php-pecl-seaslog.spec5
2 files changed, 13 insertions, 5 deletions
diff --git a/REFLECTION b/REFLECTION
index b210325..7621ad3 100644
--- a/REFLECTION
+++ b/REFLECTION
@@ -1,4 +1,4 @@
-Extension [ <persistent> extension #149 SeasLog version 1.4.4 ] {
+Extension [ <persistent> extension #201 SeasLog version 1.4.6 ] {
- INI {
Entry [ seaslog.default_basepath <ALL> ]
@@ -33,8 +33,8 @@ Extension [ <persistent> extension #149 SeasLog version 1.4.4 ] {
}
}
- - Constants [11] {
- Constant [ string SEASLOG_VERSION ] { 1.4.4 }
+ - Constants [13] {
+ Constant [ string SEASLOG_VERSION ] { 1.4.6 }
Constant [ string SEASLOG_AUTHOR ] { Chitao.Gao [ neeke@php.net ] }
Constant [ string SEASLOG_ALL ] { all }
Constant [ string SEASLOG_DEBUG ] { debug }
@@ -45,6 +45,8 @@ Extension [ <persistent> extension #149 SeasLog version 1.4.4 ] {
Constant [ string SEASLOG_CRITICAL ] { critical }
Constant [ string SEASLOG_ALERT ] { alert }
Constant [ string SEASLOG_EMERGENCY ] { emergency }
+ Constant [ integer SEASLOG_DETAIL_ORDER_ASC ] { 1 }
+ Constant [ integer SEASLOG_DETAIL_ORDER_DESC ] { 2 }
}
- Functions {
@@ -65,7 +67,7 @@ Extension [ <persistent> extension #149 SeasLog version 1.4.4 ] {
Property [ public static $seaslog_buffer_size ]
}
- - Static methods [16] {
+ - Static methods [17] {
Method [ <internal:SeasLog> static public method setBasePath ] {
}
@@ -87,6 +89,9 @@ Extension [ <persistent> extension #149 SeasLog version 1.4.4 ] {
Method [ <internal:SeasLog> static public method getBuffer ] {
}
+ Method [ <internal:SeasLog> static public method flushBuffer ] {
+ }
+
Method [ <internal:SeasLog> static public method log ] {
}
diff --git a/php-pecl-seaslog.spec b/php-pecl-seaslog.spec
index 39009de..66ec69f 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.4
+Version: 1.4.6
Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}
License: ASL 2.0
Group: Development/Languages
@@ -229,6 +229,9 @@ rm -rf %{buildroot}
%changelog
+* Fri Oct 23 2015 Remi Collet <remi@fedoraproject.org> - 1.4.6-1
+- Update to 1.4.6
+
* Wed Sep 23 2015 Remi Collet <remi@fedoraproject.org> - 1.4.4-1
- Update to 1.4.4 (stable)