From a95cb8142c2da31bb1660b23df11e237edcdb139 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 23 Oct 2015 14:29:30 +0200 Subject: php-pecl-seaslog: 1.4.6 --- REFLECTION | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) (limited to 'REFLECTION') diff --git a/REFLECTION b/REFLECTION index b210325..7621ad3 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #149 SeasLog version 1.4.4 ] { +Extension [ extension #201 SeasLog version 1.4.6 ] { - INI { Entry [ seaslog.default_basepath ] @@ -33,8 +33,8 @@ Extension [ 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 [ 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 [ extension #149 SeasLog version 1.4.4 ] { Property [ public static $seaslog_buffer_size ] } - - Static methods [16] { + - Static methods [17] { Method [ static public method setBasePath ] { } @@ -87,6 +89,9 @@ Extension [ extension #149 SeasLog version 1.4.4 ] { Method [ static public method getBuffer ] { } + Method [ static public method flushBuffer ] { + } + Method [ static public method log ] { } -- cgit