diff options
Diffstat (limited to 'REFLECTION')
-rw-r--r-- | REFLECTION | 13 |
1 files changed, 8 insertions, 5 deletions
@@ -1,4 +1,4 @@ -Extension [ <persistent> extension #148 swoole version 4.1.1 ] { +Extension [ <persistent> extension #148 swoole version 4.1.2 ] { - INI { Entry [ swoole.enable_coroutine <ALL> ] @@ -69,7 +69,7 @@ Extension [ <persistent> extension #148 swoole version 4.1.1 ] { Constant [ integer SWOOLE_DTLSv1_CLIENT_METHOD ] { 17 } Constant [ integer SWOOLE_EVENT_READ ] { 512 } Constant [ integer SWOOLE_EVENT_WRITE ] { 1024 } - Constant [ string SWOOLE_VERSION ] { 4.1.1 } + Constant [ string SWOOLE_VERSION ] { 4.1.2 } Constant [ integer SWOOLE_ERROR_MALLOC_FAIL ] { 501 } Constant [ integer SWOOLE_ERROR_SYSTEM_CALL_FAIL ] { 502 } Constant [ integer SWOOLE_ERROR_PHP_FATAL_ERROR ] { 503 } @@ -2653,19 +2653,22 @@ Extension [ <persistent> extension #148 swoole version 4.1.1 ] { Method [ <internal:swoole> public method begin ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ <optional> $timeout ] } } Method [ <internal:swoole> public method commit ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ <optional> $timeout ] } } Method [ <internal:swoole> public method rollback ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ <optional> $timeout ] } } |