diff options
| author | Remi Collet <remi@remirepo.net> | 2019-06-14 10:42:28 +0200 | 
|---|---|---|
| committer | Remi Collet <remi@remirepo.net> | 2019-06-14 10:42:28 +0200 | 
| commit | 073fcd43859872b97074aab4ec9726f24ab00306 (patch) | |
| tree | 37695847e50cf9fffdaeadfe97e65b525bba4fee | |
| parent | 9e1ab3ddf766b66a41ebf40f0fc9ebbf38055f32 (diff) | |
v4.3.5
| -rw-r--r-- | PHPINFO | 4 | ||||
| -rw-r--r-- | REFLECTION | 8 | ||||
| -rw-r--r-- | php-pecl-swoole4.spec | 13 | 
3 files changed, 17 insertions, 8 deletions
@@ -3,8 +3,8 @@ swoole  Swoole => enabled  Author => Swoole Team <team@swoole.com> -Version => 4.3.4 -Built => May 17 2019 07:14:30 +Version => 4.3.5 +Built => Jun 14 2019 10:39:50  coroutine => enabled  trace_log => enabled  epoll => enabled @@ -1,4 +1,4 @@ -Extension [ <persistent> extension #155 swoole version 4.3.4 ] { +Extension [ <persistent> extension #155 swoole version 4.3.5 ] {    - INI {      Entry [ swoole.enable_coroutine <ALL> ] @@ -16,11 +16,11 @@ Extension [ <persistent> extension #155 swoole version 4.3.4 ] {    }    - Constants [287] { -    Constant [ string SWOOLE_VERSION ] { 4.3.4 } -    Constant [ integer SWOOLE_VERSION_ID ] { 40304 } +    Constant [ string SWOOLE_VERSION ] { 4.3.5 } +    Constant [ integer SWOOLE_VERSION_ID ] { 40305 }      Constant [ integer SWOOLE_MAJOR_VERSION ] { 4 }      Constant [ integer SWOOLE_MINOR_VERSION ] { 3 } -    Constant [ integer SWOOLE_RELEASE_VERSION ] { 4 } +    Constant [ integer SWOOLE_RELEASE_VERSION ] { 5 }      Constant [ string SWOOLE_EXTRA_VERSION ] {  }      Constant [ boolean SWOOLE_DEBUG ] {  }      Constant [ integer SWOOLE_BASE ] { 1 } diff --git a/php-pecl-swoole4.spec b/php-pecl-swoole4.spec index 38e3bc6..ba10a55 100644 --- a/php-pecl-swoole4.spec +++ b/php-pecl-swoole4.spec @@ -35,7 +35,7 @@  Summary:        PHP's asynchronous concurrent distributed networking framework  Name:           %{?sub_prefix}php-pecl-%{pecl_name}4 -Version:        4.3.4 +Version:        4.3.5  Release:        1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}  # Extension is ASL 2.0  # Hiredis is BSD @@ -97,16 +97,22 @@ Conflicts:      %{?sub_prefix}php-pecl-%{pecl_name}2 < 4  %endif  %if "%{?vendor}" == "Remi Collet" && 0%{!?scl:1} && 0%{?rhel} +%if "%{php_version}" > "7.1"  Obsoletes:     php71u-pecl-%{pecl_name}4 <= %{version}  Obsoletes:     php71w-pecl-%{pecl_name}4 <= %{version} +%endif  %if "%{php_version}" > "7.2"  Obsoletes:     php72u-pecl-%{pecl_name}4 <= %{version}  Obsoletes:     php72w-pecl-%{pecl_name}4 <= %{version}  %endif  %if "%{php_version}" > "7.3" -Obsoletes:     php73u-pecl-%{pecl_name}4 <= %{version} +Obsoletes:      php73-pecl-%{pecl_name}4 <= %{version}  Obsoletes:     php73w-pecl-%{pecl_name}4 <= %{version}  %endif +%if "%{php_version}" > "7.4" +Obsoletes:      php74-pecl-%{pecl_name}4 <= %{version} +Obsoletes:     php74w-pecl-%{pecl_name}4 <= %{version} +%endif  %endif  %if 0%{?fedora} < 20 && 0%{?rhel} < 7 @@ -337,6 +343,9 @@ cd ../ZTS  %changelog +* Fri Jun 14 2019 Remi Collet <remi@remirepo.net> - 4.3.5-1 +- update to 4.3.5 +  * Fri May 17 2019 Remi Collet <remi@remirepo.net> - 4.3.4-1  - update to 4.3.4  | 
