From 018bf6061ecf97b34c27406bc7aded5a3a4dd9c2 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 15 Oct 2019 14:54:37 +0200 Subject: v4.4.8 --- REFLECTION | 113 ++++++++++++++++++++++--------------------------------------- 1 file changed, 41 insertions(+), 72 deletions(-) (limited to 'REFLECTION') diff --git a/REFLECTION b/REFLECTION index 1f5231e..e490b23 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #153 swoole version 4.4.7 ] { +Extension [ extension #153 swoole version 4.4.8 ] { - INI { Entry [ swoole.enable_coroutine ] @@ -21,12 +21,12 @@ Extension [ extension #153 swoole version 4.4.7 ] { } } - - Constants [315] { - Constant [ string SWOOLE_VERSION ] { 4.4.7 } - Constant [ integer SWOOLE_VERSION_ID ] { 40407 } + - Constants [317] { + Constant [ string SWOOLE_VERSION ] { 4.4.8 } + Constant [ integer SWOOLE_VERSION_ID ] { 40408 } Constant [ integer SWOOLE_MAJOR_VERSION ] { 4 } Constant [ integer SWOOLE_MINOR_VERSION ] { 4 } - Constant [ integer SWOOLE_RELEASE_VERSION ] { 7 } + Constant [ integer SWOOLE_RELEASE_VERSION ] { 8 } Constant [ string SWOOLE_EXTRA_VERSION ] { } Constant [ boolean SWOOLE_DEBUG ] { } Constant [ integer SWOOLE_BASE ] { 1 } @@ -38,14 +38,14 @@ Extension [ extension #153 swoole version 4.4.7 ] { Constant [ integer SWOOLE_SOCK_TCP6 ] { 3 } Constant [ integer SWOOLE_SOCK_UDP ] { 2 } Constant [ integer SWOOLE_SOCK_UDP6 ] { 4 } - Constant [ integer SWOOLE_SOCK_UNIX_DGRAM ] { 5 } - Constant [ integer SWOOLE_SOCK_UNIX_STREAM ] { 6 } + Constant [ integer SWOOLE_SOCK_UNIX_DGRAM ] { 6 } + Constant [ integer SWOOLE_SOCK_UNIX_STREAM ] { 5 } Constant [ integer SWOOLE_TCP ] { 1 } Constant [ integer SWOOLE_TCP6 ] { 3 } Constant [ integer SWOOLE_UDP ] { 2 } Constant [ integer SWOOLE_UDP6 ] { 4 } - Constant [ integer SWOOLE_UNIX_DGRAM ] { 5 } - Constant [ integer SWOOLE_UNIX_STREAM ] { 6 } + Constant [ integer SWOOLE_UNIX_DGRAM ] { 6 } + Constant [ integer SWOOLE_UNIX_STREAM ] { 5 } Constant [ boolean SWOOLE_SOCK_SYNC ] { } Constant [ boolean SWOOLE_SOCK_ASYNC ] { 1 } Constant [ integer SWOOLE_SYNC ] { 2048 } @@ -99,12 +99,14 @@ Extension [ extension #153 swoole version 4.4.7 ] { Constant [ integer SWOOLE_ERROR_SESSION_INVALID_ID ] { 1006 } Constant [ integer SWOOLE_ERROR_SESSION_DISCARD_TIMEOUT_DATA ] { 1007 } Constant [ integer SWOOLE_ERROR_OUTPUT_BUFFER_OVERFLOW ] { 1008 } - Constant [ integer SWOOLE_ERROR_SSL_NOT_READY ] { 1009 } - Constant [ integer SWOOLE_ERROR_SSL_CANNOT_USE_SENFILE ] { 1010 } - Constant [ integer SWOOLE_ERROR_SSL_EMPTY_PEER_CERTIFICATE ] { 1011 } - Constant [ integer SWOOLE_ERROR_SSL_VEFIRY_FAILED ] { 1012 } - Constant [ integer SWOOLE_ERROR_SSL_BAD_CLIENT ] { 1013 } - Constant [ integer SWOOLE_ERROR_SSL_BAD_PROTOCOL ] { 1014 } + Constant [ integer SWOOLE_ERROR_OUTPUT_SEND_YIELD ] { 1009 } + Constant [ integer SWOOLE_ERROR_SSL_NOT_READY ] { 1010 } + Constant [ integer SWOOLE_ERROR_SSL_CANNOT_USE_SENFILE ] { 1011 } + Constant [ integer SWOOLE_ERROR_SSL_EMPTY_PEER_CERTIFICATE ] { 1012 } + Constant [ integer SWOOLE_ERROR_SSL_VEFIRY_FAILED ] { 1013 } + Constant [ integer SWOOLE_ERROR_SSL_BAD_CLIENT ] { 1014 } + Constant [ integer SWOOLE_ERROR_SSL_BAD_PROTOCOL ] { 1015 } + Constant [ integer SWOOLE_ERROR_SSL_RESET ] { 1016 } Constant [ integer SWOOLE_ERROR_PACKAGE_LENGTH_TOO_LARGE ] { 1201 } Constant [ integer SWOOLE_ERROR_PACKAGE_LENGTH_NOT_FOUND ] { 1202 } Constant [ integer SWOOLE_ERROR_DATA_LENGTH_TOO_LARGE ] { 1203 } @@ -1146,9 +1148,10 @@ Extension [ extension #153 swoole version 4.4.7 ] { Method [ static public method daemon ] { - - Parameters [2] { + - Parameters [3] { Parameter #0 [ $nochdir ] Parameter #1 [ $noclose ] + Parameter #2 [ $pipes ] } } @@ -3017,7 +3020,7 @@ Extension [ extension #153 swoole version 4.4.7 ] { - Static methods [0] { } - - Properties [14] { + - Properties [7] { Property [ public $errCode ] Property [ public $sock ] Property [ public $reuse ] @@ -3025,21 +3028,15 @@ Extension [ extension #153 swoole version 4.4.7 ] { Property [ public $type ] Property [ public $id ] Property [ public $setting ] - Property [ private $onConnect ] - Property [ private $onError ] - Property [ private $onReceive ] - Property [ private $onClose ] - Property [ private $onBufferFull ] - Property [ private $onBufferEmpty ] - Property [ private $onSSLReady ] } - - Methods [23] { + - Methods [17] { Method [ public method __construct ] { - - Parameters [2] { + - Parameters [3] { Parameter #0 [ $type ] Parameter #1 [ $async ] + Parameter #2 [ $id ] } } @@ -3082,13 +3079,6 @@ Extension [ extension #153 swoole version 4.4.7 ] { } } - Method [ public method pipe ] { - - - Parameters [1] { - Parameter #0 [ $dst_socket ] - } - } - Method [ public method sendfile ] { - Parameters [3] { @@ -3107,30 +3097,6 @@ Extension [ extension #153 swoole version 4.4.7 ] { } } - Method [ public method sleep ] { - - - Parameters [0] { - } - } - - Method [ public method wakeup ] { - - - Parameters [0] { - } - } - - Method [ public method pause ] { - - - Parameters [0] { - } - } - - Method [ public method resume ] { - - - Parameters [0] { - } - } - Method [ public method shutdown ] { - Parameters [1] { @@ -3140,8 +3106,7 @@ Extension [ extension #153 swoole version 4.4.7 ] { Method [ public method enableSSL ] { - - Parameters [1] { - Parameter #0 [ callable $callback ] + - Parameters [0] { } } @@ -3182,14 +3147,6 @@ Extension [ extension #153 swoole version 4.4.7 ] { } } - Method [ public method on ] { - - - Parameters [2] { - Parameter #0 [ $event_name ] - Parameter #1 [ callable $callback ] - } - } - Method [ public method getSocket ] { - Parameters [0] { @@ -5797,7 +5754,13 @@ Extension [ extension #153 swoole version 4.4.7 ] { - Static properties [0] { } - - Static methods [0] { + - Static methods [1] { + Method [ static public method pack ] { + + - Parameters [1] { + Parameter #0 [ $data ] + } + } } - Properties [4] { @@ -6053,7 +6016,7 @@ Extension [ extension #153 swoole version 4.4.7 ] { Property [ public $trailer ] } - - Methods [19] { + - Methods [20] { Method [ public method initHeader ] { - Parameters [0] { @@ -6205,6 +6168,12 @@ Extension [ extension #153 swoole version 4.4.7 ] { } } + Method [ public method close ] { + + - Parameters [0] { + } + } + Method [ public method __destruct ] { - Parameters [0] { @@ -6224,7 +6193,7 @@ Extension [ extension #153 swoole version 4.4.7 ] { - Static methods [0] { } - - Properties [14] { + - Properties [13] { Property [ public $setting ] Property [ public $connections ] Property [ public $host ] @@ -6238,7 +6207,6 @@ Extension [ extension #153 swoole version 4.4.7 ] { Property [ public $taskworker ] Property [ public $worker_pid ] Property [ private $onRequest ] - Property [ private $onHandshake ] } - Methods [42] { @@ -6665,7 +6633,7 @@ Extension [ extension #153 swoole version 4.4.7 ] { } } - - Properties [12] { + - Properties [13] { Property [ public $setting ] Property [ public $connections ] Property [ public $host ] @@ -6678,6 +6646,7 @@ Extension [ extension #153 swoole version 4.4.7 ] { Property [ public $worker_id ] Property [ public $taskworker ] Property [ public $worker_pid ] + Property [ private $onHandshake ] } - Methods [45] { -- cgit