summaryrefslogtreecommitdiffstats
path: root/php-pecl-swoole4.spec
diff options
context:
space:
mode:
Diffstat (limited to 'php-pecl-swoole4.spec')
-rw-r--r--php-pecl-swoole4.spec9
1 files changed, 6 insertions, 3 deletions
diff --git a/php-pecl-swoole4.spec b/php-pecl-swoole4.spec
index 166697e..f871837 100644
--- a/php-pecl-swoole4.spec
+++ b/php-pecl-swoole4.spec
@@ -30,7 +30,7 @@
Summary: PHP's asynchronous concurrent distributed networking framework
Name: %{?sub_prefix}php-pecl-%{pecl_name}4
-Version: 4.4.10
+Version: 4.4.12
Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}
# Extension is ASL 2.0
# Hiredis is BSD
@@ -181,13 +181,13 @@ cat << 'EOF' | tee %{ini_name}
extension=%{pecl_name}.so
; Configuration
+;swoole.display_errors = On
;swoole.enable_coroutine = On
;swoole.enable_library = On
;swoole.enable_preemptive_scheduler = Off
-;swoole.display_errors = On
-:swoole.use_shortname = On
;swoole.fast_serialize = Off
;swoole.unixsock_buffer_size = 8388608
+:swoole.use_shortname = On
EOF
@@ -332,6 +332,9 @@ cd ../ZTS
%changelog
+* Mon Nov 4 2019 Remi Collet <remi@remirepo.net> - 4.4.12-1
+- update to 4.4.12
+
* Thu Oct 31 2019 Remi Collet <remi@remirepo.net> - 4.4.10-1
- update to 4.4.10