From fa7ca0507e0fcd1fcd049401be9a88085ead8709 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 26 Oct 2018 16:08:29 +0200 Subject: v4.2.4 --- PHPINFO | 2 +- REFLECTION | 18 ++++++++---------- php-pecl-swoole4.spec | 5 ++++- 3 files changed, 13 insertions(+), 12 deletions(-) diff --git a/PHPINFO b/PHPINFO index b3d2bd2..243353f 100644 --- a/PHPINFO +++ b/PHPINFO @@ -2,7 +2,7 @@ swoole swoole support => enabled -Version => 4.2.3 +Version => 4.2.4 Author => Swoole Group[email: team@swoole.com] coroutine => enabled trace_log => enabled diff --git a/REFLECTION b/REFLECTION index 6086a5e..e3b2e14 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #146 swoole version 4.2.3 ] { +Extension [ extension #148 swoole version 4.2.4 ] { - INI { Entry [ swoole.enable_coroutine ] @@ -24,10 +24,9 @@ Extension [ extension #146 swoole version 4.2.3 ] { } } - - Constants [203] { - Constant [ integer SWOOLE_BASE ] { 4 } - Constant [ integer SWOOLE_THREAD ] { 2 } - Constant [ integer SWOOLE_PROCESS ] { 3 } + - Constants [202] { + Constant [ integer SWOOLE_BASE ] { 1 } + Constant [ integer SWOOLE_PROCESS ] { 2 } Constant [ integer SWOOLE_IPC_UNSOCK ] { 1 } Constant [ integer SWOOLE_IPC_MSGQUEUE ] { 2 } Constant [ integer SWOOLE_IPC_PREEMPTIVE ] { 3 } @@ -69,7 +68,7 @@ Extension [ extension #146 swoole version 4.2.3 ] { 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.3 } + Constant [ string SWOOLE_VERSION ] { 4.2.4 } Constant [ integer SWOOLE_ERROR_MALLOC_FAIL ] { 501 } Constant [ integer SWOOLE_ERROR_SYSTEM_CALL_FAIL ] { 502 } Constant [ integer SWOOLE_ERROR_PHP_FATAL_ERROR ] { 503 } @@ -3344,11 +3343,9 @@ Extension [ extension #146 swoole version 4.2.3 ] { - Properties [17] { Property [ public $errCode ] - Property [ public $sock ] Property [ public $type ] Property [ public $setting ] Property [ public $connected ] - Property [ public $statusCode ] Property [ public $host ] Property [ public $port ] Property [ public $requestMethod ] @@ -3356,6 +3353,8 @@ Extension [ extension #146 swoole version 4.2.3 ] { Property [ public $requestBody ] Property [ public $uploadFiles ] Property [ public $downloadFile ] + Property [ public $downloadOffset ] + Property [ public $statusCode ] Property [ public $headers ] Property [ public $set_cookie_headers ] Property [ public $cookies ] @@ -3812,10 +3811,9 @@ Extension [ extension #146 swoole version 4.2.3 ] { - Static methods [0] { } - - Properties [19] { + - Properties [18] { Property [ public $type ] Property [ public $errCode ] - Property [ public $sock ] Property [ public $statusCode ] Property [ public $host ] Property [ public $port ] diff --git a/php-pecl-swoole4.spec b/php-pecl-swoole4.spec index 77e5dfd..e1fc51d 100644 --- a/php-pecl-swoole4.spec +++ b/php-pecl-swoole4.spec @@ -36,7 +36,7 @@ Summary: PHP's asynchronous concurrent distributed networking framework Name: %{?sub_prefix}php-pecl-%{pecl_name}4 -Version: 4.2.3 +Version: 4.2.4 Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} License: BSD URL: http://pecl.php.net/package/%{pecl_name} @@ -340,6 +340,9 @@ cd ../ZTS %changelog +* Fri Oct 26 2018 Remi Collet - 4.2.4-1 +- update to 4.2.4 + * Tue Oct 16 2018 Remi Collet - 4.2.3-1 - update to 4.2.3 -- cgit