From 11a7d5643862e438b04b6dfb46b372f817f65bf2 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 4 Nov 2019 15:42:54 +0100 Subject: v4.4.12 --- PHPINFO | 8 ++++---- REFLECTION | 36 ++++++++++++++++++++++++------------ php-pecl-swoole4.spec | 9 ++++++--- 3 files changed, 34 insertions(+), 19 deletions(-) diff --git a/PHPINFO b/PHPINFO index d0e7df2..f7f8e72 100644 --- a/PHPINFO +++ b/PHPINFO @@ -3,8 +3,8 @@ swoole Swoole => enabled Author => Swoole Team -Version => 4.4.10 -Built => Oct 31 2019 11:13:07 +Version => 4.4.12 +Built => Nov 4 2019 15:14:56 coroutine => enabled trace_log => enabled epoll => enabled @@ -26,9 +26,9 @@ mysqlnd => enabled async_redis => enabled Directive => Local Value => Master Value +swoole.display_errors => On => On swoole.enable_coroutine => On => On swoole.enable_library => On => On swoole.enable_preemptive_scheduler => Off => Off -swoole.display_errors => On => On -swoole.use_shortname => On => On swoole.unixsock_buffer_size => 8388608 => 8388608 +swoole.use_shortname => On => On diff --git a/REFLECTION b/REFLECTION index 8203d51..c6c42b2 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,6 +1,9 @@ -Extension [ extension #154 swoole version 4.4.10 ] { +Extension [ extension #154 swoole version 4.4.12 ] { - INI { + Entry [ swoole.display_errors ] + Current = 'On' + } Entry [ swoole.enable_coroutine ] Current = 'On' } @@ -10,25 +13,25 @@ Extension [ extension #154 swoole version 4.4.10 ] { Entry [ swoole.enable_preemptive_scheduler ] Current = 'Off' } - Entry [ swoole.display_errors ] - Current = 'On' + Entry [ swoole.unixsock_buffer_size ] + Current = '8388608' } Entry [ swoole.use_shortname ] Current = 'On' } - Entry [ swoole.unixsock_buffer_size ] - Current = '8388608' - } } - - Constants [317] { - Constant [ string SWOOLE_VERSION ] { 4.4.10 } - Constant [ integer SWOOLE_VERSION_ID ] { 40410 } + - Constants [327] { + Constant [ string SWOOLE_VERSION ] { 4.4.12 } + Constant [ integer SWOOLE_VERSION_ID ] { 40412 } Constant [ integer SWOOLE_MAJOR_VERSION ] { 4 } Constant [ integer SWOOLE_MINOR_VERSION ] { 4 } - Constant [ integer SWOOLE_RELEASE_VERSION ] { 10 } + Constant [ integer SWOOLE_RELEASE_VERSION ] { 12 } Constant [ string SWOOLE_EXTRA_VERSION ] { } Constant [ boolean SWOOLE_DEBUG ] { } + Constant [ boolean SWOOLE_HAVE_ZLIB ] { 1 } + Constant [ boolean SWOOLE_HAVE_BROTLI ] { 1 } + Constant [ boolean SWOOLE_USE_HTTP2 ] { 1 } Constant [ integer SWOOLE_BASE ] { 1 } Constant [ integer SWOOLE_PROCESS ] { 2 } Constant [ integer SWOOLE_IPC_UNSOCK ] { 1 } @@ -83,6 +86,7 @@ Extension [ extension #154 swoole version 4.4.10 ] { Constant [ integer SWOOLE_ERROR_INVALID_PARAMS ] { 505 } Constant [ integer SWOOLE_ERROR_QUEUE_FULL ] { 506 } Constant [ integer SWOOLE_ERROR_OPERATION_NOT_SUPPORT ] { 507 } + Constant [ integer SWOOLE_ERROR_PROTOCOL_ERROR ] { 508 } Constant [ integer SWOOLE_ERROR_FILE_NOT_EXIST ] { 700 } Constant [ integer SWOOLE_ERROR_FILE_TOO_LARGE ] { 701 } Constant [ integer SWOOLE_ERROR_FILE_EMPTY ] { 702 } @@ -304,6 +308,12 @@ Extension [ extension #154 swoole version 4.4.10 ] { Constant [ integer SWOOLE_WEBSOCKET_OPCODE_CLOSE ] { 8 } Constant [ integer SWOOLE_WEBSOCKET_OPCODE_PING ] { 9 } Constant [ integer SWOOLE_WEBSOCKET_OPCODE_PONG ] { 10 } + Constant [ integer SWOOLE_WEBSOCKET_FLAG_FIN ] { 1 } + Constant [ integer SWOOLE_WEBSOCKET_FLAG_RSV1 ] { 4 } + Constant [ integer SWOOLE_WEBSOCKET_FLAG_RSV2 ] { 8 } + Constant [ integer SWOOLE_WEBSOCKET_FLAG_RSV3 ] { 16 } + Constant [ integer SWOOLE_WEBSOCKET_FLAG_MASK ] { 32 } + Constant [ integer SWOOLE_WEBSOCKET_FLAG_COMPRESS ] { 2 } Constant [ integer SWOOLE_WEBSOCKET_CLOSE_NORMAL ] { 1000 } Constant [ integer SWOOLE_WEBSOCKET_CLOSE_GOING_AWAY ] { 1001 } Constant [ integer SWOOLE_WEBSOCKET_CLOSE_PROTOCOL_ERROR ] { 1002 } @@ -7032,10 +7042,11 @@ Extension [ extension #154 swoole version 4.4.10 ] { } } - - Properties [4] { + - Properties [5] { Property [ public $fd ] Property [ public $data ] Property [ public $opcode ] + Property [ public $flags ] Property [ public $finish ] } @@ -7075,9 +7086,10 @@ Extension [ extension #154 swoole version 4.4.10 ] { } } - - Properties [6] { + - Properties [7] { Property [ public $fd ] Property [ public $data ] + Property [ public $flags ] Property [ public $finish ] Property [ public $opcode ] Property [ public $code ] diff --git a/php-pecl-swoole4.spec b/php-pecl-swoole4.spec index 166697e..f871837 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.10 +Version: 4.4.12 Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} # Extension is ASL 2.0 # Hiredis is BSD @@ -181,13 +181,13 @@ cat << 'EOF' | tee %{ini_name} extension=%{pecl_name}.so ; Configuration +;swoole.display_errors = On ;swoole.enable_coroutine = On ;swoole.enable_library = On ;swoole.enable_preemptive_scheduler = Off -;swoole.display_errors = On -:swoole.use_shortname = On ;swoole.fast_serialize = Off ;swoole.unixsock_buffer_size = 8388608 +:swoole.use_shortname = On EOF @@ -332,6 +332,9 @@ cd ../ZTS %changelog +* Mon Nov 4 2019 Remi Collet - 4.4.12-1 +- update to 4.4.12 + * Thu Oct 31 2019 Remi Collet - 4.4.10-1 - update to 4.4.10 -- cgit