diff options
| -rw-r--r-- | PHPINFO | 6 | ||||
| -rw-r--r-- | REFLECTION | 20 | ||||
| -rw-r--r-- | php-pecl-swoole4.spec | 5 | 
3 files changed, 17 insertions, 14 deletions
@@ -3,8 +3,8 @@ swoole  Swoole => enabled  Author => Swoole Team <team@swoole.com> -Version => 4.6.3 -Built => Feb  9 2021 00:00:00 +Version => 4.6.4 +Built => Mar 11 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.1i FIPS  8 Dec 2020 +openssl => OpenSSL 1.1.1j  FIPS 16 Feb 2021  dtls => enabled  http2 => enabled  json => enabled @@ -1,4 +1,4 @@ -Extension [ <persistent> extension #120 swoole version 4.6.3 ] { +Extension [ <persistent> extension #119 swoole version 4.6.4 ] {    - Dependencies {      Dependency [ json (Required) ] @@ -29,11 +29,11 @@ Extension [ <persistent> extension #120 swoole version 4.6.3 ] {    }    - Constants [362] { -    Constant [ string SWOOLE_VERSION ] { 4.6.3 } -    Constant [ int SWOOLE_VERSION_ID ] { 40603 } +    Constant [ string SWOOLE_VERSION ] { 4.6.4 } +    Constant [ int SWOOLE_VERSION_ID ] { 40604 }      Constant [ int SWOOLE_MAJOR_VERSION ] { 4 }      Constant [ int SWOOLE_MINOR_VERSION ] { 6 } -    Constant [ int SWOOLE_RELEASE_VERSION ] { 3 } +    Constant [ int SWOOLE_RELEASE_VERSION ] { 4 }      Constant [ string SWOOLE_EXTRA_VERSION ] {  }      Constant [ bool SWOOLE_DEBUG ] {  }      Constant [ bool SWOOLE_HAVE_COMPRESSION ] { 1 } @@ -7826,12 +7826,6 @@ Extension [ <persistent> extension #120 swoole version 4.6.3 ] {        }        - Methods [49] { -        Method [ <internal:swoole, overwrites Swoole\Server, prototype Swoole\Server> public method start ] { - -          - Parameters [0] { -          } -        } -          Method [ <internal:swoole> public method setHandler ] {            - Parameters [2] { @@ -7903,6 +7897,12 @@ Extension [ <persistent> extension #120 swoole version 4.6.3 ] {            }          } +        Method [ <internal:swoole, inherits Swoole\Server> public method start ] { + +          - Parameters [0] { +          } +        } +          Method [ <internal:swoole, inherits Swoole\Server> public method send ] {            - Parameters [3] { diff --git a/php-pecl-swoole4.spec b/php-pecl-swoole4.spec index 9edbb89..bc2abe1 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.3 +%global upstream_version 4.6.4  #global upstream_prever  RC2 @@ -320,6 +320,9 @@ cd ../ZTS  %changelog +* Thu Mar 11 2021 Remi Collet <remi@remirepo.net> - 4.6.4-1 +- update to 4.6.4 +  * Tue Feb  9 2021 Remi Collet <remi@remirepo.net> - 4.6.3-1  - update to 4.6.3  | 
