From 9e1ab3ddf766b66a41ebf40f0fc9ebbf38055f32 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 17 May 2019 07:17:35 +0200 Subject: v4.3.4 --- REFLECTION | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'REFLECTION') diff --git a/REFLECTION b/REFLECTION index 3d7140c..c77a090 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #155 swoole version 4.3.3 ] { +Extension [ extension #155 swoole version 4.3.4 ] { - INI { Entry [ swoole.enable_coroutine ] @@ -16,11 +16,11 @@ Extension [ extension #155 swoole version 4.3.3 ] { } - Constants [287] { - Constant [ string SWOOLE_VERSION ] { 4.3.3 } - Constant [ integer SWOOLE_VERSION_ID ] { 40303 } + Constant [ string SWOOLE_VERSION ] { 4.3.4 } + Constant [ integer SWOOLE_VERSION_ID ] { 40304 } Constant [ integer SWOOLE_MAJOR_VERSION ] { 4 } Constant [ integer SWOOLE_MINOR_VERSION ] { 3 } - Constant [ integer SWOOLE_RELEASE_VERSION ] { 3 } + Constant [ integer SWOOLE_RELEASE_VERSION ] { 4 } Constant [ string SWOOLE_EXTRA_VERSION ] { } Constant [ boolean SWOOLE_DEBUG ] { } Constant [ integer SWOOLE_BASE ] { 1 } -- cgit