diff options
author | Remi Collet <remi@remirepo.net> | 2018-06-14 11:53:59 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2018-06-14 11:53:59 +0200 |
commit | 893b8eba991c0225cafe2d1eb674e1eb758739a0 (patch) | |
tree | 982872e8e508fd2258fa9c32993aca51793987c7 /REFLECTION | |
parent | 9a1688671e703770f44158576aa210a90d5c2a4c (diff) |
update to 4.0.0
rename to php-pecl-swoole4
raise dependency on PHP 7.1
add patch to ensure g++ is used a linktime from https://github.com/swoole/swoole-src/pull/1717
Diffstat (limited to 'REFLECTION')
-rw-r--r-- | REFLECTION | 151 |
1 files changed, 121 insertions, 30 deletions
@@ -1,4 +1,4 @@ -Extension [ <persistent> extension #147 swoole version 2.2.0 ] { +Extension [ <persistent> extension #147 swoole version 4.0.0 ] { - INI { Entry [ swoole.aio_thread_num <ALL> ] @@ -66,7 +66,7 @@ Extension [ <persistent> extension #147 swoole version 2.2.0 ] { Constant [ integer SWOOLE_DTLSv1_CLIENT_METHOD ] { 17 } Constant [ integer SWOOLE_EVENT_READ ] { 512 } Constant [ integer SWOOLE_EVENT_WRITE ] { 1024 } - Constant [ string SWOOLE_VERSION ] { 2.2.0 } + Constant [ string SWOOLE_VERSION ] { 4.0.0 } Constant [ integer SWOOLE_ERROR_MALLOC_FAIL ] { 501 } Constant [ integer SWOOLE_ERROR_SYSTEM_CALL_FAIL ] { 502 } Constant [ integer SWOOLE_ERROR_PHP_FATAL_ERROR ] { 503 } @@ -157,7 +157,7 @@ Extension [ <persistent> extension #147 swoole version 2.2.0 ] { Constant [ integer SW_PGSQL_NUM ] { 2 } Constant [ integer SW_PGSQL_BOTH ] { 3 } Constant [ integer SWOOLE_AIO_BASE ] { 0 } - Constant [ integer SWOOLE_AIO_LINUX ] { 1 } + Constant [ integer SWOOLE_AIO_LINUX ] { 0 } Constant [ integer SWOOLE_FILELOCK ] { 2 } Constant [ integer SWOOLE_MUTEX ] { 3 } Constant [ integer SWOOLE_SEM ] { 4 } @@ -408,9 +408,14 @@ Extension [ <persistent> extension #147 swoole version 2.2.0 ] { Parameter #1 [ <optional> $type ] } } + Function [ <internal:swoole> function swoole_call_user_shutdown_begin ] { + + - Parameters [0] { + } + } } - - Classes [46] { + - Classes [48] { Class [ <internal:swoole> class Swoole\Server ] { - Constants [0] { @@ -2691,7 +2696,7 @@ Extension [ <persistent> extension #147 swoole version 2.2.0 ] { Property [ <default> public $errno ] } - - Methods [4] { + - Methods [7] { Method [ <internal:swoole> public method execute ] { - Parameters [2] { @@ -2700,6 +2705,24 @@ Extension [ <persistent> extension #147 swoole version 2.2.0 ] { } } + Method [ <internal:swoole> public method fetch ] { + + - Parameters [0] { + } + } + + Method [ <internal:swoole> public method fetchAll ] { + + - Parameters [0] { + } + } + + Method [ <internal:swoole> public method nextResult ] { + + - Parameters [0] { + } + } + Method [ <internal:swoole, dtor> public method __destruct ] { - Parameters [0] { @@ -2960,7 +2983,7 @@ Extension [ <persistent> extension #147 swoole version 2.2.0 ] { - Static properties [0] { } - - Static methods [17] { + - Static methods [14] { Method [ <internal:swoole> static public method create ] { - Parameters [1] { @@ -2982,16 +3005,9 @@ Extension [ <persistent> extension #147 swoole version 2.2.0 ] { } } - Method [ <internal:swoole> static public method cli_wait ] { - - - Parameters [0] { - } - } - Method [ <internal:swoole> static public method suspend ] { - - Parameters [1] { - Parameter #0 [ <required> $uid ] + - Parameters [0] { } } @@ -3073,21 +3089,6 @@ Extension [ <persistent> extension #147 swoole version 2.2.0 ] { Parameter #4 [ <optional> $service ] } } - - Method [ <internal:swoole> static public method call_user_func ] { - - - Parameters [1] { - Parameter #0 [ <required> $func ] - } - } - - Method [ <internal:swoole> static public method call_user_func_array ] { - - - Parameters [2] { - Parameter #0 [ <required> $func ] - Parameter #1 [ <required> array $params ] - } - } } - Properties [0] { @@ -5230,7 +5231,7 @@ Extension [ <persistent> extension #147 swoole version 2.2.0 ] { - Properties [0] { } - - Methods [5] { + - Methods [6] { Method [ <internal:swoole, ctor> public method __construct ] { - Parameters [1] { @@ -5257,6 +5258,12 @@ Extension [ <persistent> extension #147 swoole version 2.2.0 ] { } } + Method [ <internal:swoole> public method peek ] { + + - Parameters [0] { + } + } + Method [ <internal:swoole> public method stats ] { - Parameters [0] { @@ -5858,6 +5865,90 @@ Extension [ <persistent> extension #147 swoole version 2.2.0 ] { } } + Class [ <internal:swoole> class Swoole\Memory\Pool ] { + + - Constants [5] { + Constant [ public integer TYPE_RING ] { 1 } + Constant [ public integer TYPE_GLOBAL ] { 2 } + Constant [ public integer TYPE_FIXED ] { 0 } + Constant [ public integer TYPE_MALLOC ] { 3 } + Constant [ public integer TYPE_EMALLOC ] { 4 } + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [3] { + Method [ <internal:swoole, ctor> public method __construct ] { + + - Parameters [4] { + Parameter #0 [ <required> $size ] + Parameter #1 [ <required> $type ] + Parameter #2 [ <optional> $slice_size ] + Parameter #3 [ <optional> $shared ] + } + } + + Method [ <internal:swoole, dtor> public method __destruct ] { + + - Parameters [0] { + } + } + + Method [ <internal:swoole> public method alloc ] { + + - Parameters [1] { + Parameter #0 [ <optional> $size ] + } + } + } + } + + Class [ <internal:swoole> class Swoole\Memory\Pool\Slice ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [3] { + Method [ <internal:swoole> public method read ] { + + - Parameters [2] { + Parameter #0 [ <optional> $size ] + Parameter #1 [ <optional> $offset ] + } + } + + Method [ <internal:swoole> public method write ] { + + - Parameters [2] { + Parameter #0 [ <required> $data ] + Parameter #1 [ <optional> $offset ] + } + } + + Method [ <internal:swoole, dtor> public method __destruct ] { + + - Parameters [0] { + } + } + } + } + Class [ <internal:swoole> class Swoole\Redis ] { - Constants [5] { |