From cb693c55fc2a2e4e6cc9ca94f6328eee8c7c85bb Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 26 Jul 2019 09:45:25 +0200 Subject: v4.4.2 --- REFLECTION | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) (limited to 'REFLECTION') diff --git a/REFLECTION b/REFLECTION index daa24a6..4e3c9e7 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #153 swoole version 4.4.1 ] { +Extension [ extension #153 swoole version 4.4.2 ] { - INI { Entry [ swoole.enable_coroutine ] @@ -22,11 +22,11 @@ Extension [ extension #153 swoole version 4.4.1 ] { } - Constants [311] { - Constant [ string SWOOLE_VERSION ] { 4.4.1 } - Constant [ integer SWOOLE_VERSION_ID ] { 40401 } + Constant [ string SWOOLE_VERSION ] { 4.4.2 } + Constant [ integer SWOOLE_VERSION_ID ] { 40402 } Constant [ integer SWOOLE_MAJOR_VERSION ] { 4 } Constant [ integer SWOOLE_MINOR_VERSION ] { 4 } - Constant [ integer SWOOLE_RELEASE_VERSION ] { 1 } + Constant [ integer SWOOLE_RELEASE_VERSION ] { 2 } Constant [ string SWOOLE_EXTRA_VERSION ] { } Constant [ boolean SWOOLE_DEBUG ] { } Constant [ integer SWOOLE_BASE ] { 1 } @@ -703,7 +703,7 @@ Extension [ extension #153 swoole version 4.4.1 ] { - Static properties [0] { } - - Static methods [10] { + - Static methods [11] { Method [ static public method add ] { - Parameters [4] { @@ -774,6 +774,12 @@ Extension [ extension #153 swoole version 4.4.1 ] { } } + Method [ static public method rshutdown ] { + + - Parameters [0] { + } + } + Method [ static public method exit ] { - Parameters [0] { -- cgit