diff options
author | Remi Collet <remi@remirepo.net> | 2018-04-12 06:51:54 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2018-04-12 06:51:54 +0200 |
commit | 08a1d01f413f6d00a5ed27d6a0e5ff5b12d84db6 (patch) | |
tree | 2c06374f24c9d99fa0023aaf678cf85e82123b15 | |
parent | a38e61170140fbba81fc8d72d2a79fdd3210b526 (diff) |
v1.10.4
-rw-r--r-- | REFLECTION | 4 | ||||
-rw-r--r-- | php-pecl-swoole.spec | 5 |
2 files changed, 6 insertions, 3 deletions
@@ -1,4 +1,4 @@ -Extension [ <persistent> extension #70 swoole version 1.10.3 ] { +Extension [ <persistent> extension #70 swoole version 1.10.4 ] { - INI { Entry [ swoole.aio_thread_num <ALL> ] @@ -63,7 +63,7 @@ Extension [ <persistent> extension #70 swoole version 1.10.3 ] { Constant [ integer SWOOLE_DTLSv1_CLIENT_METHOD ] { 17 } Constant [ integer SWOOLE_EVENT_READ ] { 512 } Constant [ integer SWOOLE_EVENT_WRITE ] { 1024 } - Constant [ string SWOOLE_VERSION ] { 1.10.3 } + Constant [ string SWOOLE_VERSION ] { 1.10.4 } 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-swoole.spec b/php-pecl-swoole.spec index 4a2931b..f9c56c9 100644 --- a/php-pecl-swoole.spec +++ b/php-pecl-swoole.spec @@ -36,7 +36,7 @@ Summary: PHP's asynchronous concurrent distributed networking framework Name: %{?sub_prefix}php-pecl-%{pecl_name} -Version: 1.10.3 +Version: 1.10.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} @@ -308,6 +308,9 @@ cd ../ZTS %changelog +* Thu Apr 12 2018 Remi Collet <remi@remirepo.net> - 1.10.4-1 +- update to 1.10.4 + * Wed Mar 28 2018 Remi Collet <remi@remirepo.net> - 1.10.3-1 - update to 1.10.3 (stable) |