From cba5608b20bde96e82225221aebd0dd22c4848bb Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 31 Oct 2019 11:29:52 +0100 Subject: v4.4.10 --- REFLECTION | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) (limited to 'REFLECTION') diff --git a/REFLECTION b/REFLECTION index e490b23..8203d51 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #153 swoole version 4.4.8 ] { +Extension [ extension #154 swoole version 4.4.10 ] { - INI { Entry [ swoole.enable_coroutine ] @@ -22,11 +22,11 @@ Extension [ extension #153 swoole version 4.4.8 ] { } - Constants [317] { - Constant [ string SWOOLE_VERSION ] { 4.4.8 } - Constant [ integer SWOOLE_VERSION_ID ] { 40408 } + Constant [ string SWOOLE_VERSION ] { 4.4.10 } + Constant [ integer SWOOLE_VERSION_ID ] { 40410 } Constant [ integer SWOOLE_MAJOR_VERSION ] { 4 } Constant [ integer SWOOLE_MINOR_VERSION ] { 4 } - Constant [ integer SWOOLE_RELEASE_VERSION ] { 8 } + Constant [ integer SWOOLE_RELEASE_VERSION ] { 10 } Constant [ string SWOOLE_EXTRA_VERSION ] { } Constant [ boolean SWOOLE_DEBUG ] { } Constant [ integer SWOOLE_BASE ] { 1 } @@ -2741,7 +2741,7 @@ Extension [ extension #153 swoole version 4.4.8 ] { - Static properties [0] { } - - Static methods [2] { + - Static methods [3] { Method [ static public method enableStrictMode ] { - Parameters [0] { @@ -2755,6 +2755,12 @@ Extension [ extension #153 swoole version 4.4.8 ] { Parameter #1 [ $flags ] } } + + Method [ static public method getHookFlags ] { + + - Parameters [0] { + } + } } - Properties [0] { -- cgit