From 881891f99de914d4041e080e4cf583155138e755 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 2 Nov 2017 05:33:13 +0100 Subject: v1.9.22 --- REFLECTION | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) (limited to 'REFLECTION') diff --git a/REFLECTION b/REFLECTION index fd1902a..7a7f27f 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #80 swoole version 1.9.21 ] { +Extension [ extension #81 swoole version 1.9.22 ] { - INI { Entry [ swoole.aio_thread_num ] @@ -63,7 +63,7 @@ Extension [ extension #80 swoole version 1.9.21 ] { Constant [ integer SWOOLE_DTLSv1_CLIENT_METHOD ] { 17 } Constant [ integer SWOOLE_EVENT_READ ] { 512 } Constant [ integer SWOOLE_EVENT_WRITE ] { 1024 } - Constant [ string SWOOLE_VERSION ] { 1.9.21 } + Constant [ string SWOOLE_VERSION ] { 1.9.22 } Constant [ integer SWOOLE_AIO_BASE ] { 0 } Constant [ integer SWOOLE_AIO_LINUX ] { 1 } Constant [ integer SWOOLE_FILELOCK ] { 2 } @@ -745,7 +745,7 @@ Extension [ extension #80 swoole version 1.9.21 ] { - Static properties [0] { } - - Static methods [6] { + - Static methods [7] { Method [ static public method read ] { - Parameters [4] { @@ -798,6 +798,14 @@ Extension [ extension #80 swoole version 1.9.21 ] { Parameter #0 [ array $settings ] } } + + Method [ static public method exec ] { + + - Parameters [2] { + Parameter #0 [ $command ] + Parameter #1 [ $callback ] + } + } } - Properties [0] { -- cgit