From 312bd66b22d127cf259b77cfca030b46385c483e Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sun, 18 Aug 2019 08:21:48 +0200 Subject: v4.4.4 --- PHPINFO | 4 +- REFLECTION | 193 +++++++++++++++++++++++++++++++++++++++++++------- php-pecl-swoole4.spec | 5 +- 3 files changed, 172 insertions(+), 30 deletions(-) diff --git a/PHPINFO b/PHPINFO index 9669bd9..f97aa4c 100644 --- a/PHPINFO +++ b/PHPINFO @@ -3,8 +3,8 @@ swoole Swoole => enabled Author => Swoole Team -Version => 4.4.3 -Built => Aug 3 2019 07:51:51 +Version => 4.4.4 +Built => Aug 18 2019 07:54:49 coroutine => enabled trace_log => enabled epoll => enabled diff --git a/REFLECTION b/REFLECTION index dbc7ebc..99f5372 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #153 swoole version 4.4.3 ] { +Extension [ extension #153 swoole version 4.4.4 ] { - INI { Entry [ swoole.enable_coroutine ] @@ -22,11 +22,11 @@ Extension [ extension #153 swoole version 4.4.3 ] { } - Constants [311] { - Constant [ string SWOOLE_VERSION ] { 4.4.3 } - Constant [ integer SWOOLE_VERSION_ID ] { 40403 } + Constant [ string SWOOLE_VERSION ] { 4.4.4 } + Constant [ integer SWOOLE_VERSION_ID ] { 40404 } Constant [ integer SWOOLE_MAJOR_VERSION ] { 4 } Constant [ integer SWOOLE_MINOR_VERSION ] { 4 } - Constant [ integer SWOOLE_RELEASE_VERSION ] { 3 } + Constant [ integer SWOOLE_RELEASE_VERSION ] { 4 } Constant [ string SWOOLE_EXTRA_VERSION ] { } Constant [ boolean SWOOLE_DEBUG ] { } Constant [ integer SWOOLE_BASE ] { 1 } @@ -371,12 +371,6 @@ Extension [ extension #153 swoole version 4.4.3 ] { Parameter #1 [ ...$params ] } } - Function [ function swoole_coroutine_exec ] { - - - Parameters [1] { - Parameter #0 [ $command ] - } - } Function [ function swoole_coroutine_defer ] { - Parameters [1] { @@ -531,6 +525,12 @@ Extension [ extension #153 swoole version 4.4.3 ] { - Parameters [0] { } } + Method [ public method swoole_timer_set ] { + + - Parameters [1] { + Parameter #0 [ array $settings ] + } + } Method [ public method swoole_timer_after ] { - Parameters [2] { @@ -580,7 +580,7 @@ Extension [ extension #153 swoole version 4.4.3 ] { } } - - Classes [46] { + - Classes [47] { Class [ class Swoole\Exception extends Exception implements Throwable ] { - Constants [0] { @@ -1165,7 +1165,7 @@ Extension [ extension #153 swoole version 4.4.3 ] { Property [ public $id ] } - - Methods [17] { + - Methods [18] { Method [ public method __construct ] { - Parameters [4] { @@ -1182,6 +1182,13 @@ Extension [ extension #153 swoole version 4.4.3 ] { } } + Method [ public method set ] { + + - Parameters [1] { + Parameter #0 [ array $settings ] + } + } + Method [ public method setTimeout ] { - Parameters [1] { @@ -1303,7 +1310,7 @@ Extension [ extension #153 swoole version 4.4.3 ] { Property [ public $workers ] } - - Methods [8] { + - Methods [9] { Method [ public method __construct ] { - Parameters [4] { @@ -1320,6 +1327,13 @@ Extension [ extension #153 swoole version 4.4.3 ] { } } + Method [ public method set ] { + + - Parameters [1] { + Parameter #0 [ array $settings ] + } + } + Method [ public method on ] { - Parameters [2] { @@ -1602,7 +1616,14 @@ Extension [ extension #153 swoole version 4.4.3 ] { - Static properties [0] { } - - Static methods [8] { + - Static methods [9] { + Method [ static public method set ] { + + - Parameters [1] { + Parameter #0 [ array $settings ] + } + } + Method [ static public method tick ] { - Parameters [3] { @@ -1852,7 +1873,7 @@ Extension [ extension #153 swoole version 4.4.3 ] { - Static properties [0] { } - - Static methods [27] { + - Static methods [28] { Method [ static public method create ] { - Parameters [2] { @@ -1966,14 +1987,6 @@ Extension [ extension #153 swoole version 4.4.3 ] { } } - Method [ static public method exec ] { - - - Parameters [2] { - Parameter #0 [ $command ] - Parameter #1 [ $get_error_stream ] - } - } - Method [ static public method gethostbyname ] { - Parameters [3] { @@ -1983,6 +1996,22 @@ Extension [ extension #153 swoole version 4.4.3 ] { } } + Method [ static public method dnsLookup ] { + + - Parameters [2] { + Parameter #0 [ $domain_name ] + Parameter #1 [ $timeout ] + } + } + + Method [ static public method exec ] { + + - Parameters [2] { + Parameter #0 [ $command ] + Parameter #1 [ $get_error_stream ] + } + } + Method [ static public method sleep ] { - Parameters [1] { @@ -2470,6 +2499,113 @@ Extension [ extension #153 swoole version 4.4.3 ] { } } + Class [ class Swoole\Coroutine\System ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [2] { + Method [ static public method gethostbyname ] { + + - Parameters [3] { + Parameter #0 [ $domain_name ] + Parameter #1 [ $family ] + Parameter #2 [ $timeout ] + } + } + + Method [ static public method dnsLookup ] { + + - Parameters [2] { + Parameter #0 [ $domain_name ] + Parameter #1 [ $timeout ] + } + } + } + + - Properties [0] { + } + + - Methods [9] { + Method [ public method exec ] { + + - Parameters [2] { + Parameter #0 [ $command ] + Parameter #1 [ $get_error_stream ] + } + } + + Method [ public method sleep ] { + + - Parameters [1] { + Parameter #0 [ $seconds ] + } + } + + Method [ public method fread ] { + + - Parameters [2] { + Parameter #0 [ $handle ] + Parameter #1 [ $length ] + } + } + + Method [ public method fwrite ] { + + - Parameters [3] { + Parameter #0 [ $handle ] + Parameter #1 [ $string ] + Parameter #2 [ $length ] + } + } + + Method [ public method fgets ] { + + - Parameters [1] { + Parameter #0 [ $handle ] + } + } + + Method [ public method getaddrinfo ] { + + - Parameters [6] { + Parameter #0 [ $hostname ] + Parameter #1 [ $family ] + Parameter #2 [ $socktype ] + Parameter #3 [ $protocol ] + Parameter #4 [ $service ] + Parameter #5 [ $timeout ] + } + } + + Method [ public method readFile ] { + + - Parameters [1] { + Parameter #0 [ $filename ] + } + } + + Method [ public method writeFile ] { + + - Parameters [3] { + Parameter #0 [ $filename ] + Parameter #1 [ $data ] + Parameter #2 [ $flags ] + } + } + + Method [ public method statvfs ] { + + - Parameters [1] { + Parameter #0 [ $path ] + } + } + } + } + Class [ final class Swoole\Coroutine\Scheduler ] { - Constants [0] { @@ -2770,7 +2906,7 @@ Extension [ extension #153 swoole version 4.4.3 ] { Method [ public method shutdown ] { - Parameters [1] { - Parameter #0 [ $how ] + Parameter #0 [ $how ] } } @@ -5848,12 +5984,11 @@ Extension [ extension #153 swoole version 4.4.3 ] { - Static methods [0] { } - - Properties [10] { + - Properties [9] { Property [ public $fd ] Property [ public $streamId ] Property [ public $header ] Property [ public $server ] - Property [ public $request ] Property [ public $cookie ] Property [ public $get ] Property [ public $files ] @@ -6440,7 +6575,11 @@ Extension [ extension #153 swoole version 4.4.3 ] { - Methods [7] { Method [ public method __construct ] { - - Parameters [0] { + - Parameters [4] { + Parameter #0 [ $host ] + Parameter #1 [ $port ] + Parameter #2 [ $ssl ] + Parameter #3 [ $reuse_port ] } } diff --git a/php-pecl-swoole4.spec b/php-pecl-swoole4.spec index 250aad5..c15d013 100644 --- a/php-pecl-swoole4.spec +++ b/php-pecl-swoole4.spec @@ -30,7 +30,7 @@ Summary: PHP's asynchronous concurrent distributed networking framework Name: %{?sub_prefix}php-pecl-%{pecl_name}4 -Version: 4.4.3 +Version: 4.4.4 Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} # Extension is ASL 2.0 # Hiredis is BSD @@ -326,6 +326,9 @@ cd ../ZTS %changelog +* Sun Aug 18 2019 Remi Collet - 4.4.4-1 +- update to 4.4.4 + * Sat Aug 3 2019 Remi Collet - 4.4.3-1 - update to 4.4.3 -- cgit