From 3b7b2f5e08b6337652a1a43b4f7c967f8d9443be Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 9 Apr 2021 14:22:49 +0200 Subject: update to 4.6.5 --- REFLECTION | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'REFLECTION') diff --git a/REFLECTION b/REFLECTION index 0c20c22..3fc4ee2 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #119 swoole version 4.6.4 ] { +Extension [ extension #119 swoole version 4.6.5 ] { - Dependencies { Dependency [ json (Required) ] @@ -28,12 +28,12 @@ Extension [ extension #119 swoole version 4.6.4 ] { } } - - Constants [362] { - Constant [ string SWOOLE_VERSION ] { 4.6.4 } - Constant [ int SWOOLE_VERSION_ID ] { 40604 } + - Constants [363] { + Constant [ string SWOOLE_VERSION ] { 4.6.5 } + Constant [ int SWOOLE_VERSION_ID ] { 40605 } Constant [ int SWOOLE_MAJOR_VERSION ] { 4 } Constant [ int SWOOLE_MINOR_VERSION ] { 6 } - Constant [ int SWOOLE_RELEASE_VERSION ] { 4 } + Constant [ int SWOOLE_RELEASE_VERSION ] { 5 } Constant [ string SWOOLE_EXTRA_VERSION ] { } Constant [ bool SWOOLE_DEBUG ] { } Constant [ bool SWOOLE_HAVE_COMPRESSION ] { 1 } @@ -215,6 +215,7 @@ Extension [ extension #119 swoole version 4.6.4 ] { Constant [ int SWOOLE_TRACE_CONTEXT ] { 67108864 } Constant [ int SWOOLE_TRACE_CO_HTTP_SERVER ] { 134217728 } Constant [ int SWOOLE_TRACE_TABLE ] { 268435456 } + Constant [ int SWOOLE_TRACE_CO_CURL ] { 536870912 } Constant [ int SWOOLE_TRACE_ALL ] { 4294967295 } Constant [ int SWOOLE_LOG_DEBUG ] { 0 } Constant [ int SWOOLE_LOG_TRACE ] { 1 } -- cgit