diff options
-rw-r--r-- | PHPINFO | 2 | ||||
-rw-r--r-- | REFLECTION | 4 | ||||
-rw-r--r-- | php-pecl-swoole4.spec | 11 |
3 files changed, 9 insertions, 8 deletions
@@ -2,7 +2,7 @@ swoole swoole support => enabled -Version => 4.2.4 +Version => 4.2.5 Author => Swoole Group[email: team@swoole.com] coroutine => enabled trace_log => enabled @@ -1,4 +1,4 @@ -Extension [ <persistent> extension #148 swoole version 4.2.4 ] { +Extension [ <persistent> extension #148 swoole version 4.2.5 ] { - INI { Entry [ swoole.enable_coroutine <ALL> ] @@ -68,7 +68,7 @@ Extension [ <persistent> extension #148 swoole version 4.2.4 ] { 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.4 } + Constant [ string SWOOLE_VERSION ] { 4.2.5 } Constant [ integer SWOOLE_ERROR_MALLOC_FAIL ] { 501 } Constant [ integer SWOOLE_ERROR_SYSTEM_CALL_FAIL ] { 502 } Constant [ integer SWOOLE_ERROR_PHP_FATAL_ERROR ] { 503 } diff --git a/php-pecl-swoole4.spec b/php-pecl-swoole4.spec index e1fc51d..47c4814 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.4 +Version: 4.2.5 Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} License: BSD URL: http://pecl.php.net/package/%{pecl_name} @@ -201,9 +201,8 @@ EOF %if 0%{?rhel} == 6 source /opt/rh/devtoolset-6/enable g++ --version -%else -%{?dtsenable} %endif +%{?dtsenable} peclbuild() { %configure \ @@ -243,9 +242,8 @@ peclbuild %{_bindir}/zts-php-config %if 0%{?rhel} == 6 source /opt/rh/devtoolset-6/enable g++ --version -%else -%{?dtsenable} %endif +%{?dtsenable} make -C NTS \ install INSTALL_ROOT=%{buildroot} @@ -340,6 +338,9 @@ cd ../ZTS %changelog +* Sun Oct 28 2018 Remi Collet <remi@remirepo.net> - 4.2.5-1 +- update to 4.2.5 + * Fri Oct 26 2018 Remi Collet <remi@remirepo.net> - 4.2.4-1 - update to 4.2.4 |