diff options
Diffstat (limited to 'REFLECTION')
-rw-r--r-- | REFLECTION | 11 |
1 files changed, 6 insertions, 5 deletions
@@ -1,4 +1,4 @@ -Extension [ <persistent> extension #119 swoole version 4.6.4 ] { +Extension [ <persistent> extension #119 swoole version 4.6.5 ] { - Dependencies { Dependency [ json (Required) ] @@ -28,12 +28,12 @@ Extension [ <persistent> 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 [ <persistent> 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 } |