From 020d2c2235d3716778d7f8dc5c24d87675181f0d Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sat, 30 Oct 2021 15:18:30 +0200 Subject: update to 4.8.1 open https://github.com/swoole/swoole-src/pull/4457 add LICENSE file for thirdparty/nlohmann --- REFLECTION | 46 ++++++++++++++++++++++++++++++++++++++-------- 1 file changed, 38 insertions(+), 8 deletions(-) (limited to 'REFLECTION') diff --git a/REFLECTION b/REFLECTION index 9eb3a6c..8ce01c9 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #106 swoole version 4.8.0 ] { +Extension [ extension #162 swoole version 4.8.1 ] { - Dependencies { Dependency [ json (Required) ] @@ -29,11 +29,11 @@ Extension [ extension #106 swoole version 4.8.0 ] { } - Constants [381] { - Constant [ string SWOOLE_VERSION ] { 4.8.0 } - Constant [ int SWOOLE_VERSION_ID ] { 40800 } + Constant [ string SWOOLE_VERSION ] { 4.8.1 } + Constant [ int SWOOLE_VERSION_ID ] { 40801 } Constant [ int SWOOLE_MAJOR_VERSION ] { 4 } Constant [ int SWOOLE_MINOR_VERSION ] { 8 } - Constant [ int SWOOLE_RELEASE_VERSION ] { 0 } + Constant [ int SWOOLE_RELEASE_VERSION ] { 1 } Constant [ string SWOOLE_EXTRA_VERSION ] { } Constant [ bool SWOOLE_DEBUG ] { } Constant [ bool SWOOLE_HAVE_COMPRESSION ] { 1 } @@ -245,9 +245,9 @@ Extension [ extension #106 swoole version 4.8.0 ] { Constant [ int SWOOLE_RWLOCK ] { 1 } Constant [ int SWOOLE_SPINLOCK ] { 5 } Constant [ int SWOOLE_TIMER_MIN_MS ] { 1 } - Constant [ float SWOOLE_TIMER_MIN_SEC ] { 0,001 } + Constant [ float SWOOLE_TIMER_MIN_SEC ] { 0.001 } Constant [ int SWOOLE_TIMER_MAX_MS ] { 9223372036854775807 } - Constant [ float SWOOLE_TIMER_MAX_SEC ] { 9,2233720368548E+15 } + Constant [ float SWOOLE_TIMER_MAX_SEC ] { 9.2233720368548E+15 } Constant [ int SWOOLE_DEFAULT_MAX_CORO_NUM ] { 100000 } Constant [ int SWOOLE_CORO_MAX_NUM_LIMIT ] { 9223372036854775807 } Constant [ int SWOOLE_CORO_INIT ] { 0 } @@ -528,6 +528,20 @@ Extension [ extension #106 swoole version 4.8.0 ] { Parameter #1 [ $msg ] } } + Function [ function swoole_error_log_ex ] { + + - Parameters [3] { + Parameter #0 [ $level ] + Parameter #1 [ $error ] + Parameter #2 [ $msg ] + } + } + Function [ function swoole_ignore_error ] { + + - Parameters [1] { + Parameter #0 [ $error ] + } + } Function [ function swoole_hashcode ] { - Parameters [2] { @@ -608,6 +622,22 @@ Extension [ extension #106 swoole version 4.8.0 ] { - Parameters [0] { } } + Function [ function swoole_get_objects ] { + + - Parameters [0] { + } + } + Function [ function swoole_get_vm_status ] { + + - Parameters [0] { + } + } + Function [ function swoole_get_object_by_handle ] { + + - Parameters [1] { + Parameter #0 [ $handle ] + } + } Function [ function go ] { - Parameters [1] { @@ -6752,13 +6782,13 @@ Extension [ extension #106 swoole version 4.8.0 ] { } - Methods [7] { - Method [ public method rawContent ] { + Method [ public method getContent ] { - Parameters [0] { } } - Method [ public method getContent ] { + Method [ public method rawContent ] { - Parameters [0] { } -- cgit