From d7e37ea0b562b1b35fb40c16f64887d9e21f0cb7 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 26 Nov 2018 08:59:33 +0100 Subject: v4.2.9 --- PHPINFO | 2 +- REFLECTION | 52 ++++++++++++++++++++++++++++++++++++--------------- php-pecl-swoole4.spec | 5 ++++- 3 files changed, 42 insertions(+), 17 deletions(-) diff --git a/PHPINFO b/PHPINFO index 7b6b059..affa40c 100644 --- a/PHPINFO +++ b/PHPINFO @@ -2,7 +2,7 @@ swoole swoole support => enabled -Version => 4.2.8 +Version => 4.2.9 Author => Swoole Group[email: team@swoole.com] coroutine => enabled trace_log => enabled diff --git a/REFLECTION b/REFLECTION index a2f16fb..ab15450 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #150 swoole version 4.2.8 ] { +Extension [ extension #150 swoole version 4.2.9 ] { - INI { Entry [ swoole.enable_coroutine ] @@ -24,7 +24,7 @@ Extension [ extension #150 swoole version 4.2.8 ] { } } - - Constants [225] { + - Constants [233] { Constant [ integer SWOOLE_BASE ] { 1 } Constant [ integer SWOOLE_PROCESS ] { 2 } Constant [ integer SWOOLE_IPC_UNSOCK ] { 1 } @@ -68,7 +68,7 @@ Extension [ extension #150 swoole version 4.2.8 ] { Constant [ integer SWOOLE_DTLSv1_CLIENT_METHOD ] { 17 } Constant [ integer SWOOLE_EVENT_READ ] { 512 } Constant [ integer SWOOLE_EVENT_WRITE ] { 1024 } - Constant [ string SWOOLE_VERSION ] { 4.2.8 } + Constant [ string SWOOLE_VERSION ] { 4.2.9 } Constant [ integer SWOOLE_ERROR_MALLOC_FAIL ] { 501 } Constant [ integer SWOOLE_ERROR_SYSTEM_CALL_FAIL ] { 502 } Constant [ integer SWOOLE_ERROR_PHP_FATAL_ERROR ] { 503 } @@ -81,6 +81,7 @@ Extension [ extension #150 swoole version 4.2.8 ] { Constant [ integer SWOOLE_ERROR_DNSLOOKUP_DUPLICATE_REQUEST ] { 703 } Constant [ integer SWOOLE_ERROR_DNSLOOKUP_RESOLVE_FAILED ] { 704 } Constant [ integer SWOOLE_ERROR_BAD_IPV6_ADDRESS ] { 705 } + Constant [ integer SWOOLE_ERROR_UNREGISTERED_SIGNAL ] { 706 } Constant [ integer SWOOLE_ERROR_SESSION_CLOSED_BY_SERVER ] { 1001 } Constant [ integer SWOOLE_ERROR_SESSION_CLOSED_BY_CLIENT ] { 1002 } Constant [ integer SWOOLE_ERROR_SESSION_CLOSING ] { 1003 } @@ -104,6 +105,7 @@ Extension [ extension #150 swoole version 4.2.8 ] { Constant [ integer SWOOLE_ERROR_HTTP2_STREAM_NOT_FOUND ] { 3003 } Constant [ integer SWOOLE_ERROR_AIO_BAD_REQUEST ] { 4001 } Constant [ integer SWOOLE_ERROR_CLIENT_NO_CONNECTION ] { 5001 } + Constant [ integer SWOOLE_ERROR_SOCKET_CLOSED ] { 5002 } Constant [ integer SWOOLE_ERROR_SOCKS5_UNSUPPORT_VERSION ] { 7001 } Constant [ integer SWOOLE_ERROR_SOCKS5_UNSUPPORT_METHOD ] { 7002 } Constant [ integer SWOOLE_ERROR_SOCKS5_AUTH_FAILED ] { 7003 } @@ -123,7 +125,8 @@ Extension [ extension #150 swoole version 4.2.8 ] { Constant [ integer SWOOLE_ERROR_SERVER_NO_IDLE_WORKER ] { 9007 } Constant [ integer SWOOLE_ERROR_SERVER_ONLY_START_ONE ] { 9008 } Constant [ integer SWOOLE_ERROR_SERVER_SEND_IN_MASTER ] { 9009 } - Constant [ integer SWOOLE_ERROR_SERVER_WORKER_EXIT_TIMEOUT ] { 9010 } + Constant [ integer SWOOLE_ERROR_SERVER_INVALID_REQUEST ] { 9010 } + Constant [ integer SWOOLE_ERROR_SERVER_WORKER_EXIT_TIMEOUT ] { 9011 } Constant [ integer SWOOLE_ERROR_CO_OUT_OF_COROUTINE ] { 10001 } Constant [ integer SWOOLE_ERROR_CO_HAS_BEEN_BOUND ] { 10002 } Constant [ integer SWOOLE_ERROR_CO_MUTEX_DOUBLE_UNLOCK ] { 10003 } @@ -178,7 +181,12 @@ Extension [ extension #150 swoole version 4.2.8 ] { Constant [ integer SW_PGSQL_NUM ] { 2 } Constant [ integer SW_PGSQL_BOTH ] { 3 } Constant [ integer SWOOLE_DEFAULT_MAX_CORO_NUM ] { 3000 } - Constant [ integer SWOOLE_MAX_CORO_NUM_LIMIT ] { 524288 } + Constant [ integer SWOOLE_MAX_CORO_NUM_LIMIT ] { 9223372036854775807 } + Constant [ integer SWOOLE_MAX_CORO_NESTING_LEVEL ] { 128 } + Constant [ integer SWOOLE_CORO_INIT ] { 0 } + Constant [ integer SWOOLE_CORO_WAITING ] { 1 } + Constant [ integer SWOOLE_CORO_RUNNING ] { 2 } + Constant [ integer SWOOLE_CORO_END ] { 3 } Constant [ integer SWOOLE_EXIT_IN_COROUTINE ] { 2 } Constant [ integer SWOOLE_EXIT_IN_SERVER ] { 4 } Constant [ integer SWOOLE_AIO_BASE ] { 0 } @@ -426,6 +434,12 @@ Extension [ extension #150 swoole version 4.2.8 ] { Parameter #0 [ $command ] } } + Function [ function swoole_coroutine_defer ] { + + - Parameters [1] { + Parameter #0 [ $callback ] + } + } Function [ function go ] { - Parameters [1] { @@ -1308,13 +1322,13 @@ Extension [ extension #150 swoole version 4.2.8 ] { Property [ public $type ] Property [ public $id ] Property [ public $setting ] - Property [ public $onConnect ] - Property [ public $onError ] - Property [ public $onReceive ] - Property [ public $onClose ] - Property [ public $onBufferFull ] - Property [ public $onBufferEmpty ] - Property [ public $onSSLReady ] + Property [ private $onConnect ] + Property [ private $onError ] + Property [ private $onReceive ] + Property [ private $onClose ] + Property [ private $onBufferFull ] + Property [ private $onBufferEmpty ] + Property [ private $onSSLReady ] } - Methods [23] { @@ -3584,11 +3598,12 @@ Extension [ extension #150 swoole version 4.2.8 ] { - Static properties [0] { } - - Static methods [19] { + - Static methods [20] { Method [ static public method create ] { - - Parameters [1] { + - Parameters [2] { Parameter #0 [ $func ] + Parameter #1 [ ...$params ] } } @@ -3607,6 +3622,13 @@ Extension [ extension #150 swoole version 4.2.8 ] { } } + Method [ static public method defer ] { + + - Parameters [1] { + Parameter #0 [ $callback ] + } + } + Method [ static public method set ] { - Parameters [1] { @@ -6297,7 +6319,7 @@ Extension [ extension #150 swoole version 4.2.8 ] { } } - Method [ public method destory ] { + Method [ public method destroy ] { - Parameters [0] { } diff --git a/php-pecl-swoole4.spec b/php-pecl-swoole4.spec index 868559f..5219fa3 100644 --- a/php-pecl-swoole4.spec +++ b/php-pecl-swoole4.spec @@ -35,7 +35,7 @@ Summary: PHP's asynchronous concurrent distributed networking framework Name: %{?sub_prefix}php-pecl-%{pecl_name}4 -Version: 4.2.8 +Version: 4.2.9 Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} # Extension is ASL 2.0 # Hiredis is BSD @@ -342,6 +342,9 @@ cd ../ZTS %changelog +* Mon Nov 26 2018 Remi Collet - 4.2.9-1 +- update to 4.2.9 + * Mon Nov 19 2018 Remi Collet - 4.2.8-1 - update to 4.2.8 -- cgit