From c70f77700976b2d97855ceed220aeacbf81b61e5 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 26 Nov 2018 07:15:15 +0100 Subject: v1.9.0 --- REFLECTION | 27 +++++++++++++++++++++++---- 1 file changed, 23 insertions(+), 4 deletions(-) (limited to 'REFLECTION') diff --git a/REFLECTION b/REFLECTION index 3b4e13f..863e13f 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #198 SeasLog version 1.8.6 ] { +Extension [ extension #197 SeasLog version 1.9.0 ] { - Dependencies { } @@ -78,8 +78,8 @@ Extension [ extension #198 SeasLog version 1.8.6 ] { } } - - Constants [18] { - Constant [ string SEASLOG_VERSION ] { 1.8.6 } + - Constants [22] { + Constant [ string SEASLOG_VERSION ] { 1.9.0 } Constant [ string SEASLOG_AUTHOR ] { Chitao.Gao [ neeke@php.net ] } Constant [ string SEASLOG_ALL ] { ALL } Constant [ string SEASLOG_DEBUG ] { DEBUG } @@ -97,6 +97,10 @@ Extension [ extension #198 SeasLog version 1.8.6 ] { 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 } } - Functions { @@ -115,7 +119,7 @@ Extension [ extension #198 SeasLog version 1.8.6 ] { - Static properties [0] { } - - Static methods [23] { + - Static methods [25] { Method [ static public method setBasePath ] { - Parameters [1] { @@ -164,6 +168,21 @@ Extension [ extension #198 SeasLog version 1.8.6 ] { Method [ static public method getDatetimeFormat ] { } + Method [ static public method setRequestVariable ] { + + - Parameters [2] { + Parameter #0 [ $key ] + Parameter #1 [ $value ] + } + } + + Method [ static public method getRequestVariable ] { + + - Parameters [1] { + Parameter #0 [ $key ] + } + } + Method [ static public method analyzerCount ] { - Parameters [3] { -- cgit