From 6489350653c75fccc87aaf120693723161dcf223 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 23 Apr 2019 07:05:46 +0200 Subject: v4.3.3 --- REFLECTION | 19 ++++++++++++------- 1 file changed, 12 insertions(+), 7 deletions(-) (limited to 'REFLECTION') diff --git a/REFLECTION b/REFLECTION index 6c2fff5..3d7140c 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #155 swoole version 4.3.2 ] { +Extension [ extension #155 swoole version 4.3.3 ] { - INI { Entry [ swoole.enable_coroutine ] @@ -16,11 +16,11 @@ Extension [ extension #155 swoole version 4.3.2 ] { } - Constants [287] { - Constant [ string SWOOLE_VERSION ] { 4.3.2 } - Constant [ integer SWOOLE_VERSION_ID ] { 40302 } + Constant [ string SWOOLE_VERSION ] { 4.3.3 } + Constant [ integer SWOOLE_VERSION_ID ] { 40303 } Constant [ integer SWOOLE_MAJOR_VERSION ] { 4 } Constant [ integer SWOOLE_MINOR_VERSION ] { 3 } - Constant [ integer SWOOLE_RELEASE_VERSION ] { 2 } + Constant [ integer SWOOLE_RELEASE_VERSION ] { 3 } Constant [ string SWOOLE_EXTRA_VERSION ] { } Constant [ boolean SWOOLE_DEBUG ] { } Constant [ integer SWOOLE_BASE ] { 1 } @@ -5514,7 +5514,7 @@ Extension [ extension #155 swoole version 4.3.2 ] { Property [ public $trailer ] } - - Methods [12] { + - Methods [13] { Method [ public method initHeader ] { - Parameters [0] { @@ -5566,10 +5566,15 @@ Extension [ extension #155 swoole version 4.3.2 ] { Method [ public method trailer ] { - - Parameters [3] { + - Parameters [2] { Parameter #0 [ $key ] Parameter #1 [ $value ] - Parameter #2 [ $ucwords ] + } + } + + Method [ public method ping ] { + + - Parameters [0] { } } -- cgit