summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2018-10-28 17:19:05 +0100
committerRemi Collet <remi@remirepo.net>2018-10-28 17:19:05 +0100
commit5de52fc54affe047ac1541b11cf83f61af0c5143 (patch)
treefb79bc08992354f1a403c7a2540b07a98941374b
parentfa7ca0507e0fcd1fcd049401be9a88085ead8709 (diff)
v4.2.5
-rw-r--r--PHPINFO2
-rw-r--r--REFLECTION4
-rw-r--r--php-pecl-swoole4.spec11
3 files changed, 9 insertions, 8 deletions
diff --git a/PHPINFO b/PHPINFO
index 243353f..2244b16 100644
--- a/PHPINFO
+++ b/PHPINFO
@@ -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
diff --git a/REFLECTION b/REFLECTION
index e3b2e14..04df7ae 100644
--- a/REFLECTION
+++ b/REFLECTION
@@ -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