diff options
author | Remi Collet <remi@remirepo.net> | 2019-11-04 15:42:54 +0100 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2019-11-04 15:42:54 +0100 |
commit | 11a7d5643862e438b04b6dfb46b372f817f65bf2 (patch) | |
tree | 308ef76d513524f0071c6b48144aa2fe0fcffbee /php-pecl-swoole4.spec | |
parent | cba5608b20bde96e82225221aebd0dd22c4848bb (diff) |
v4.4.12
Diffstat (limited to 'php-pecl-swoole4.spec')
-rw-r--r-- | php-pecl-swoole4.spec | 9 |
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 |