diff options
| -rw-r--r-- | PHPINFO | 8 | ||||
| -rw-r--r-- | REFLECTION | 16 | ||||
| -rw-r--r-- | php-pecl-swoole4.spec | 5 | 
3 files changed, 19 insertions, 10 deletions
@@ -3,8 +3,8 @@ swoole  Swoole => enabled  Author => Swoole Team <team@swoole.com> -Version => 4.4.8 -Built => Oct 15 2019 14:49:10 +Version => 4.4.10 +Built => Oct 31 2019 11:13:07  coroutine => enabled  trace_log => enabled  epoll => enabled @@ -17,8 +17,8 @@ sockets => enabled  openssl => OpenSSL 1.1.1d FIPS  10 Sep 2019  http2 => enabled  pcre => enabled -zlib => enabled -brotli => enabled +zlib => 1.2.11 +brotli => 16777221/16777221  mutex_timedlock => enabled  pthread_barrier => enabled  futex => enabled @@ -1,4 +1,4 @@ -Extension [ <persistent> extension #153 swoole version 4.4.8 ] { +Extension [ <persistent> extension #154 swoole version 4.4.10 ] {    - INI {      Entry [ swoole.enable_coroutine <ALL> ] @@ -22,11 +22,11 @@ Extension [ <persistent> extension #153 swoole version 4.4.8 ] {    }    - Constants [317] { -    Constant [ string SWOOLE_VERSION ] { 4.4.8 } -    Constant [ integer SWOOLE_VERSION_ID ] { 40408 } +    Constant [ string SWOOLE_VERSION ] { 4.4.10 } +    Constant [ integer SWOOLE_VERSION_ID ] { 40410 }      Constant [ integer SWOOLE_MAJOR_VERSION ] { 4 }      Constant [ integer SWOOLE_MINOR_VERSION ] { 4 } -    Constant [ integer SWOOLE_RELEASE_VERSION ] { 8 } +    Constant [ integer SWOOLE_RELEASE_VERSION ] { 10 }      Constant [ string SWOOLE_EXTRA_VERSION ] {  }      Constant [ boolean SWOOLE_DEBUG ] {  }      Constant [ integer SWOOLE_BASE ] { 1 } @@ -2741,7 +2741,7 @@ Extension [ <persistent> extension #153 swoole version 4.4.8 ] {        - Static properties [0] {        } -      - Static methods [2] { +      - Static methods [3] {          Method [ <internal:swoole> static public method enableStrictMode ] {            - Parameters [0] { @@ -2755,6 +2755,12 @@ Extension [ <persistent> extension #153 swoole version 4.4.8 ] {              Parameter #1 [ <optional> $flags ]            }          } + +        Method [ <internal:swoole> static public method getHookFlags ] { + +          - Parameters [0] { +          } +        }        }        - Properties [0] { diff --git a/php-pecl-swoole4.spec b/php-pecl-swoole4.spec index 16898cf..166697e 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.9 +Version:        4.4.10  Release:        1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}  # Extension is ASL 2.0  # Hiredis is BSD @@ -332,6 +332,9 @@ cd ../ZTS  %changelog +* Thu Oct 31 2019 Remi Collet <remi@remirepo.net> - 4.4.10-1 +- update to 4.4.10 +  * Wed Oct 30 2019 Remi Collet <remi@remirepo.net> - 4.4.9-1  - update to 4.4.9  - open https://github.com/swoole/swoole-src/issues/2925  | 
