diff options
-rw-r--r-- | PHPINFO | 2 | ||||
-rw-r--r-- | REFLECTION | 18 | ||||
-rw-r--r-- | php-pecl-swoole4.spec | 5 |
3 files changed, 13 insertions, 12 deletions
@@ -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 @@ -1,4 +1,4 @@ -Extension [ <persistent> extension #146 swoole version 4.2.3 ] { +Extension [ <persistent> extension #148 swoole version 4.2.4 ] { - INI { Entry [ swoole.enable_coroutine <ALL> ] @@ -24,10 +24,9 @@ Extension [ <persistent> 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 [ <persistent> 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 [ <persistent> extension #146 swoole version 4.2.3 ] { - Properties [17] { Property [ <default> public $errCode ] - Property [ <default> public $sock ] Property [ <default> public $type ] Property [ <default> public $setting ] Property [ <default> public $connected ] - Property [ <default> public $statusCode ] Property [ <default> public $host ] Property [ <default> public $port ] Property [ <default> public $requestMethod ] @@ -3356,6 +3353,8 @@ Extension [ <persistent> extension #146 swoole version 4.2.3 ] { Property [ <default> public $requestBody ] Property [ <default> public $uploadFiles ] Property [ <default> public $downloadFile ] + Property [ <default> public $downloadOffset ] + Property [ <default> public $statusCode ] Property [ <default> public $headers ] Property [ <default> public $set_cookie_headers ] Property [ <default> public $cookies ] @@ -3812,10 +3811,9 @@ Extension [ <persistent> extension #146 swoole version 4.2.3 ] { - Static methods [0] { } - - Properties [19] { + - Properties [18] { Property [ <default> public $type ] Property [ <default> public $errCode ] - Property [ <default> public $sock ] Property [ <default> public $statusCode ] Property [ <default> public $host ] Property [ <default> 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 <remi@remirepo.net> - 4.2.4-1 +- update to 4.2.4 + * Tue Oct 16 2018 Remi Collet <remi@remirepo.net> - 4.2.3-1 - update to 4.2.3 |