From 85f00423eb83eb08d4eda16168d743c29efdcd90 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 2 Jan 2020 07:43:15 +0100 Subject: - update to 2.1.0 - open https://github.com/SeasX/SeasLog/issues/286 broken build on 32-bit --- REFLECTION | 37 ++++++++++++++++++++++--------------- 1 file changed, 22 insertions(+), 15 deletions(-) (limited to 'REFLECTION') diff --git a/REFLECTION b/REFLECTION index bfa0536..f7e2ac1 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #200 SeasLog version 2.0.2 ] { +Extension [ extension #108 SeasLog version 2.1.0 ] { - Dependencies { } @@ -100,7 +100,7 @@ Extension [ extension #200 SeasLog version 2.0.2 ] { } - Constants [22] { - Constant [ string SEASLOG_VERSION ] { 2.0.2 } + Constant [ string SEASLOG_VERSION ] { 2.1.0 } Constant [ string SEASLOG_AUTHOR ] { Chitao.Gao [ neeke@php.net ] } Constant [ string SEASLOG_ALL ] { ALL } Constant [ string SEASLOG_DEBUG ] { DEBUG } @@ -111,17 +111,17 @@ Extension [ extension #200 SeasLog version 2.0.2 ] { 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 } - Constant [ integer SEASLOG_APPENDER_FILE ] { 1 } - Constant [ integer SEASLOG_APPENDER_TCP ] { 2 } - Constant [ integer SEASLOG_APPENDER_UDP ] { 3 } - Constant [ integer SEASLOG_CLOSE_LOGGER_STREAM_MOD_ALL ] { 1 } - Constant [ integer SEASLOG_CLOSE_LOGGER_STREAM_MOD_ASSIGN ] { 2 } - Constant [ integer SEASLOG_REQUEST_VARIABLE_DOMAIN_PORT ] { 1 } - Constant [ integer SEASLOG_REQUEST_VARIABLE_REQUEST_URI ] { 2 } - Constant [ integer SEASLOG_REQUEST_VARIABLE_REQUEST_METHOD ] { 3 } - Constant [ integer SEASLOG_REQUEST_VARIABLE_CLIENT_IP ] { 4 } + Constant [ int SEASLOG_DETAIL_ORDER_ASC ] { 1 } + Constant [ int SEASLOG_DETAIL_ORDER_DESC ] { 2 } + Constant [ int SEASLOG_APPENDER_FILE ] { 1 } + Constant [ int SEASLOG_APPENDER_TCP ] { 2 } + Constant [ int SEASLOG_APPENDER_UDP ] { 3 } + Constant [ int SEASLOG_CLOSE_LOGGER_STREAM_MOD_ALL ] { 1 } + Constant [ int SEASLOG_CLOSE_LOGGER_STREAM_MOD_ASSIGN ] { 2 } + Constant [ int SEASLOG_REQUEST_VARIABLE_DOMAIN_PORT ] { 1 } + Constant [ int SEASLOG_REQUEST_VARIABLE_REQUEST_URI ] { 2 } + Constant [ int SEASLOG_REQUEST_VARIABLE_REQUEST_METHOD ] { 3 } + Constant [ int SEASLOG_REQUEST_VARIABLE_CLIENT_IP ] { 4 } } - Functions { @@ -132,7 +132,7 @@ Extension [ extension #200 SeasLog version 2.0.2 ] { } - Classes [1] { - Class [ class SeasLog ] { + Class [ final class SeasLog ] { - Constants [0] { } @@ -140,7 +140,7 @@ Extension [ extension #200 SeasLog version 2.0.2 ] { - Static properties [0] { } - - Static methods [25] { + - Static methods [26] { Method [ static public method setBasePath ] { - Parameters [1] { @@ -228,10 +228,17 @@ Extension [ extension #200 SeasLog version 2.0.2 ] { Method [ static public method getBuffer ] { } + Method [ static public method getBufferCount ] { + } + Method [ static public method getBufferEnabled ] { } Method [ static public method flushBuffer ] { + + - Parameters [1] { + Parameter #0 [ $type ] + } } Method [ static public method log ] { -- cgit