From 235feb810407d942a446f78fd21acee3e055a764 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 28 May 2020 14:22:14 +0200 Subject: v4.5.2 --- REFLECTION | 142 +++++++++++++++++++++++++++++++------------------------------ 1 file changed, 72 insertions(+), 70 deletions(-) (limited to 'REFLECTION') diff --git a/REFLECTION b/REFLECTION index a4b6ead..9fd1e88 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #113 swoole version 4.5.0 ] { +Extension [ extension #114 swoole version 4.5.2 ] { - INI { Entry [ swoole.enable_coroutine ] @@ -21,12 +21,12 @@ Extension [ extension #113 swoole version 4.5.0 ] { } } - - Constants [334] { - Constant [ string SWOOLE_VERSION ] { 4.5.0 } - Constant [ int SWOOLE_VERSION_ID ] { 40500 } + - Constants [336] { + Constant [ string SWOOLE_VERSION ] { 4.5.2 } + Constant [ int SWOOLE_VERSION_ID ] { 40502 } Constant [ int SWOOLE_MAJOR_VERSION ] { 4 } Constant [ int SWOOLE_MINOR_VERSION ] { 5 } - Constant [ int SWOOLE_RELEASE_VERSION ] { 0 } + Constant [ int SWOOLE_RELEASE_VERSION ] { 2 } Constant [ string SWOOLE_EXTRA_VERSION ] { } Constant [ bool SWOOLE_DEBUG ] { } Constant [ bool SWOOLE_HAVE_COMPRESSION ] { 1 } @@ -199,6 +199,8 @@ Extension [ extension #113 swoole version 4.5.0 ] { Constant [ int SWOOLE_LOG_WARNING ] { 4 } Constant [ int SWOOLE_LOG_ERROR ] { 5 } Constant [ int SWOOLE_LOG_NONE ] { 6 } + Constant [ int SWOOLE_LOG_ROTATION_SINGLE ] { 0 } + Constant [ int SWOOLE_LOG_ROTATION_DAILY ] { 1 } Constant [ int SWOOLE_IPC_NONE ] { 0 } Constant [ int SWOOLE_IPC_UNIXSOCK ] { 1 } Constant [ int SWOOLE_IPC_SOCKET ] { 3 } @@ -1992,27 +1994,22 @@ Extension [ extension #113 swoole version 4.5.0 ] { } } - Method [ static public method fread ] { + Method [ static public method getaddrinfo ] { - - Parameters [2] { - Parameter #0 [ $handle ] - Parameter #1 [ $length ] + - Parameters [6] { + Parameter #0 [ $hostname ] + Parameter #1 [ $family ] + Parameter #2 [ $socktype ] + Parameter #3 [ $protocol ] + Parameter #4 [ $service ] + Parameter #5 [ $timeout ] } } - Method [ static public method fgets ] { + Method [ static public method statvfs ] { - Parameters [1] { - Parameter #0 [ $handle ] - } - } - - Method [ static public method fwrite ] { - - - Parameters [3] { - Parameter #0 [ $handle ] - Parameter #1 [ $string ] - Parameter #2 [ $length ] + Parameter #0 [ $path ] } } @@ -2032,25 +2029,6 @@ Extension [ extension #113 swoole version 4.5.0 ] { } } - Method [ static public method getaddrinfo ] { - - - Parameters [6] { - Parameter #0 [ $hostname ] - Parameter #1 [ $family ] - Parameter #2 [ $socktype ] - Parameter #3 [ $protocol ] - Parameter #4 [ $service ] - Parameter #5 [ $timeout ] - } - } - - Method [ static public method statvfs ] { - - - Parameters [1] { - Parameter #0 [ $path ] - } - } - Method [ static public method wait ] { - Parameters [1] { @@ -2082,6 +2060,30 @@ Extension [ extension #113 swoole version 4.5.0 ] { Parameter #2 [ $timeout ] } } + + Method [ static public method fread ] { + + - Parameters [2] { + Parameter #0 [ $handle ] + Parameter #1 [ $length ] + } + } + + Method [ static public method fgets ] { + + - Parameters [1] { + Parameter #0 [ $handle ] + } + } + + Method [ static public method fwrite ] { + + - Parameters [3] { + Parameter #0 [ $handle ] + Parameter #1 [ $string ] + Parameter #2 [ $length ] + } + } } - Properties [0] { @@ -2545,30 +2547,6 @@ Extension [ extension #113 swoole version 4.5.0 ] { } } - Method [ static public method fread ] { - - - Parameters [2] { - Parameter #0 [ $handle ] - Parameter #1 [ $length ] - } - } - - Method [ static public method fwrite ] { - - - Parameters [3] { - Parameter #0 [ $handle ] - Parameter #1 [ $string ] - Parameter #2 [ $length ] - } - } - - Method [ static public method fgets ] { - - - Parameters [1] { - Parameter #0 [ $handle ] - } - } - Method [ static public method getaddrinfo ] { - Parameters [6] { @@ -2581,6 +2559,13 @@ Extension [ extension #113 swoole version 4.5.0 ] { } } + Method [ static public method statvfs ] { + + - Parameters [1] { + Parameter #0 [ $path ] + } + } + Method [ static public method readFile ] { - Parameters [1] { @@ -2597,13 +2582,6 @@ Extension [ extension #113 swoole version 4.5.0 ] { } } - Method [ static public method statvfs ] { - - - Parameters [1] { - Parameter #0 [ $path ] - } - } - Method [ static public method wait ] { - Parameters [1] { @@ -2635,6 +2613,30 @@ Extension [ extension #113 swoole version 4.5.0 ] { Parameter #2 [ $timeout ] } } + + Method [ static public method fread ] { + + - Parameters [2] { + Parameter #0 [ $handle ] + Parameter #1 [ $length ] + } + } + + Method [ static public method fwrite ] { + + - Parameters [3] { + Parameter #0 [ $handle ] + Parameter #1 [ $string ] + Parameter #2 [ $length ] + } + } + + Method [ static public method fgets ] { + + - Parameters [1] { + Parameter #0 [ $handle ] + } + } } - Properties [0] { -- cgit