From cba5608b20bde96e82225221aebd0dd22c4848bb Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 31 Oct 2019 11:29:52 +0100 Subject: v4.4.10 --- PHPINFO | 8 ++++---- REFLECTION | 16 +++++++++++----- php-pecl-swoole4.spec | 5 ++++- 3 files changed, 19 insertions(+), 10 deletions(-) diff --git a/PHPINFO b/PHPINFO index 9f5e294..d0e7df2 100644 --- a/PHPINFO +++ b/PHPINFO @@ -3,8 +3,8 @@ swoole Swoole => enabled Author => Swoole Team -Version => 4.4.8 -Built => Oct 15 2019 14:49:10 +Version => 4.4.10 +Built => Oct 31 2019 11:13:07 coroutine => enabled trace_log => enabled epoll => enabled @@ -17,8 +17,8 @@ sockets => enabled openssl => OpenSSL 1.1.1d FIPS 10 Sep 2019 http2 => enabled pcre => enabled -zlib => enabled -brotli => enabled +zlib => 1.2.11 +brotli => 16777221/16777221 mutex_timedlock => enabled pthread_barrier => enabled futex => enabled diff --git a/REFLECTION b/REFLECTION index e490b23..8203d51 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #153 swoole version 4.4.8 ] { +Extension [ extension #154 swoole version 4.4.10 ] { - INI { Entry [ swoole.enable_coroutine ] @@ -22,11 +22,11 @@ Extension [ extension #153 swoole version 4.4.8 ] { } - Constants [317] { - Constant [ string SWOOLE_VERSION ] { 4.4.8 } - Constant [ integer SWOOLE_VERSION_ID ] { 40408 } + Constant [ string SWOOLE_VERSION ] { 4.4.10 } + Constant [ integer SWOOLE_VERSION_ID ] { 40410 } Constant [ integer SWOOLE_MAJOR_VERSION ] { 4 } Constant [ integer SWOOLE_MINOR_VERSION ] { 4 } - Constant [ integer SWOOLE_RELEASE_VERSION ] { 8 } + Constant [ integer SWOOLE_RELEASE_VERSION ] { 10 } Constant [ string SWOOLE_EXTRA_VERSION ] { } Constant [ boolean SWOOLE_DEBUG ] { } Constant [ integer SWOOLE_BASE ] { 1 } @@ -2741,7 +2741,7 @@ Extension [ extension #153 swoole version 4.4.8 ] { - Static properties [0] { } - - Static methods [2] { + - Static methods [3] { Method [ static public method enableStrictMode ] { - Parameters [0] { @@ -2755,6 +2755,12 @@ Extension [ extension #153 swoole version 4.4.8 ] { Parameter #1 [ $flags ] } } + + Method [ static public method getHookFlags ] { + + - Parameters [0] { + } + } } - Properties [0] { diff --git a/php-pecl-swoole4.spec b/php-pecl-swoole4.spec index 16898cf..166697e 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.9 +Version: 4.4.10 Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} # Extension is ASL 2.0 # Hiredis is BSD @@ -332,6 +332,9 @@ cd ../ZTS %changelog +* Thu Oct 31 2019 Remi Collet - 4.4.10-1 +- update to 4.4.10 + * Wed Oct 30 2019 Remi Collet - 4.4.9-1 - update to 4.4.9 - open https://github.com/swoole/swoole-src/issues/2925 -- cgit