summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2017-11-22 12:44:09 +0100
committerRemi Collet <remi@remirepo.net>2017-11-22 12:44:09 +0100
commit2059fd1a2c39498ab6e40bf2b5d545ee8dda9c9d (patch)
treea1682455d3c21c0b2be85b0cc26c5ad3eccda905
parent881891f99de914d4041e080e4cf583155138e755 (diff)
v1.9.23
-rw-r--r--REFLECTION4
-rw-r--r--php-pecl-swoole.spec5
2 files changed, 6 insertions, 3 deletions
diff --git a/REFLECTION b/REFLECTION
index 7a7f27f..9f1e5cc 100644
--- a/REFLECTION
+++ b/REFLECTION
@@ -1,4 +1,4 @@
-Extension [ <persistent> extension #81 swoole version 1.9.22 ] {
+Extension [ <persistent> extension #81 swoole version 1.9.23 ] {
- INI {
Entry [ swoole.aio_thread_num <ALL> ]
@@ -63,7 +63,7 @@ Extension [ <persistent> extension #81 swoole version 1.9.22 ] {
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.22 }
+ Constant [ string SWOOLE_VERSION ] { 1.9.23 }
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 bcf4289..cc45ff2 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.22
+Version: 1.9.23
Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}
License: BSD
Group: Development/Languages
@@ -312,6 +312,9 @@ cd ../ZTS
%changelog
+* Wed Nov 22 2017 Remi Collet <remi@remirepo.net> - 1.9.23-1
+- Update to 1.9.23
+
* Thu Nov 2 2017 Remi Collet <remi@remirepo.net> - 1.9.22-1
- Update to 1.9.22