diff options
| -rw-r--r-- | PHPINFO | 6 | ||||
| -rw-r--r-- | REFLECTION | 11 | ||||
| -rw-r--r-- | php-pecl-swoole4.spec | 5 | 
3 files changed, 13 insertions, 9 deletions
@@ -3,8 +3,8 @@ swoole  Swoole => enabled  Author => Swoole Team <team@swoole.com> -Version => 4.6.4 -Built => Mar 11 2021 00:00:00 +Version => 4.6.5 +Built => Apr  9 2021 00:00:00  coroutine => enabled with boost asm context  trace_log => enabled  epoll => enabled @@ -14,7 +14,7 @@ cpu_affinity => enabled  spinlock => enabled  rwlock => enabled  sockets => enabled -openssl => OpenSSL 1.1.1j  FIPS 16 Feb 2021 +openssl => OpenSSL 1.1.1k  FIPS 25 Mar 2021  dtls => enabled  http2 => enabled  json => enabled @@ -1,4 +1,4 @@ -Extension [ <persistent> extension #119 swoole version 4.6.4 ] { +Extension [ <persistent> extension #119 swoole version 4.6.5 ] {    - Dependencies {      Dependency [ json (Required) ] @@ -28,12 +28,12 @@ Extension [ <persistent> extension #119 swoole version 4.6.4 ] {      }    } -  - Constants [362] { -    Constant [ string SWOOLE_VERSION ] { 4.6.4 } -    Constant [ int SWOOLE_VERSION_ID ] { 40604 } +  - Constants [363] { +    Constant [ string SWOOLE_VERSION ] { 4.6.5 } +    Constant [ int SWOOLE_VERSION_ID ] { 40605 }      Constant [ int SWOOLE_MAJOR_VERSION ] { 4 }      Constant [ int SWOOLE_MINOR_VERSION ] { 6 } -    Constant [ int SWOOLE_RELEASE_VERSION ] { 4 } +    Constant [ int SWOOLE_RELEASE_VERSION ] { 5 }      Constant [ string SWOOLE_EXTRA_VERSION ] {  }      Constant [ bool SWOOLE_DEBUG ] {  }      Constant [ bool SWOOLE_HAVE_COMPRESSION ] { 1 } @@ -215,6 +215,7 @@ Extension [ <persistent> extension #119 swoole version 4.6.4 ] {      Constant [ int SWOOLE_TRACE_CONTEXT ] { 67108864 }      Constant [ int SWOOLE_TRACE_CO_HTTP_SERVER ] { 134217728 }      Constant [ int SWOOLE_TRACE_TABLE ] { 268435456 } +    Constant [ int SWOOLE_TRACE_CO_CURL ] { 536870912 }      Constant [ int SWOOLE_TRACE_ALL ] { 4294967295 }      Constant [ int SWOOLE_LOG_DEBUG ] { 0 }      Constant [ int SWOOLE_LOG_TRACE ] { 1 } diff --git a/php-pecl-swoole4.spec b/php-pecl-swoole4.spec index bc2abe1..55c4c94 100644 --- a/php-pecl-swoole4.spec +++ b/php-pecl-swoole4.spec @@ -27,7 +27,7 @@  %global with_brotli   0  %endif -%global upstream_version 4.6.4 +%global upstream_version 4.6.5  #global upstream_prever  RC2 @@ -320,6 +320,9 @@ cd ../ZTS  %changelog +* Fri Apr  9 2021 Remi Collet <remi@remirepo.net> - 4.6.5-1 +- update to 4.6.5 +  * Thu Mar 11 2021 Remi Collet <remi@remirepo.net> - 4.6.4-1  - update to 4.6.4  | 
