diff options
author | Remi Collet <remi@remirepo.net> | 2017-06-09 07:00:10 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2017-06-09 07:00:10 +0200 |
commit | c0486b014d58defa6aa71d4d254bc76811661a29 (patch) | |
tree | 09ce1a176f375e4968fc90c12a4e885562dba36b | |
parent | 2bf1ba801644c6549b26c9bf136ae00acfc346ab (diff) |
v1.9.13
-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 #80 swoole version 1.9.12 ] { +Extension [ <persistent> extension #80 swoole version 1.9.13 ] { - INI { Entry [ swoole.aio_thread_num <ALL> ] @@ -63,7 +63,7 @@ Extension [ <persistent> extension #80 swoole version 1.9.12 ] { Constant [ integer SWOOLE_DTLSv1_CLIENT_METHOD ] { 17 } Constant [ integer SWOOLE_EVENT_READ ] { 512 } Constant [ integer SWOOLE_EVENT_WRITE ] { 1024 } - Constant [ string SWOOLE_VERSION ] { 1.9.12 } + Constant [ string SWOOLE_VERSION ] { 1.9.13 } Constant [ integer SWOOLE_AIO_BASE ] { 0 } Constant [ integer SWOOLE_AIO_LINUX ] { 1 } Constant [ integer SWOOLE_FILELOCK ] { 2 } diff --git a/php-pecl-swoole.spec b/php-pecl-swoole.spec index f428e5e..7b76e4f 100644 --- a/php-pecl-swoole.spec +++ b/php-pecl-swoole.spec @@ -32,7 +32,7 @@ Summary: PHP's asynchronous concurrent distributed networking framework Name: %{?sub_prefix}php-pecl-%{pecl_name} -Version: 1.9.12 +Version: 1.9.13 Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} License: BSD Group: Development/Languages @@ -307,6 +307,9 @@ cd ../ZTS %changelog +* Fri Jun 9 2017 Remi Collet <remi@remirepo.net> - 1.9.13-1 +- Update to 1.9.13 + * Tue Jun 6 2017 Remi Collet <remi@remirepo.net> - 1.9.12-1 - Update to 1.9.12 |