From 11a7d5643862e438b04b6dfb46b372f817f65bf2 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 4 Nov 2019 15:42:54 +0100 Subject: v4.4.12 --- php-pecl-swoole4.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'php-pecl-swoole4.spec') 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 - 4.4.12-1 +- update to 4.4.12 + * Thu Oct 31 2019 Remi Collet - 4.4.10-1 - update to 4.4.10 -- cgit