diff options
| -rw-r--r-- | PHPINFO | 8 | ||||
| -rw-r--r-- | REFLECTION | 36 | ||||
| -rw-r--r-- | php-pecl-swoole4.spec | 9 | 
3 files changed, 34 insertions, 19 deletions
@@ -3,8 +3,8 @@ swoole  Swoole => enabled  Author => Swoole Team <team@swoole.com> -Version => 4.4.10 -Built => Oct 31 2019 11:13:07 +Version => 4.4.12 +Built => Nov  4 2019 15:14:56  coroutine => enabled  trace_log => enabled  epoll => enabled @@ -26,9 +26,9 @@ mysqlnd => enabled  async_redis => enabled  Directive => Local Value => Master Value +swoole.display_errors => On => On  swoole.enable_coroutine => On => On  swoole.enable_library => On => On  swoole.enable_preemptive_scheduler => Off => Off -swoole.display_errors => On => On -swoole.use_shortname => On => On  swoole.unixsock_buffer_size => 8388608 => 8388608 +swoole.use_shortname => On => On @@ -1,6 +1,9 @@ -Extension [ <persistent> extension #154 swoole version 4.4.10 ] { +Extension [ <persistent> extension #154 swoole version 4.4.12 ] {    - INI { +    Entry [ swoole.display_errors <ALL> ] +      Current = 'On' +    }      Entry [ swoole.enable_coroutine <ALL> ]        Current = 'On'      } @@ -10,25 +13,25 @@ Extension [ <persistent> extension #154 swoole version 4.4.10 ] {      Entry [ swoole.enable_preemptive_scheduler <ALL> ]        Current = 'Off'      } -    Entry [ swoole.display_errors <ALL> ] -      Current = 'On' +    Entry [ swoole.unixsock_buffer_size <ALL> ] +      Current = '8388608'      }      Entry [ swoole.use_shortname <SYSTEM> ]        Current = 'On'      } -    Entry [ swoole.unixsock_buffer_size <ALL> ] -      Current = '8388608' -    }    } -  - Constants [317] { -    Constant [ string SWOOLE_VERSION ] { 4.4.10 } -    Constant [ integer SWOOLE_VERSION_ID ] { 40410 } +  - Constants [327] { +    Constant [ string SWOOLE_VERSION ] { 4.4.12 } +    Constant [ integer SWOOLE_VERSION_ID ] { 40412 }      Constant [ integer SWOOLE_MAJOR_VERSION ] { 4 }      Constant [ integer SWOOLE_MINOR_VERSION ] { 4 } -    Constant [ integer SWOOLE_RELEASE_VERSION ] { 10 } +    Constant [ integer SWOOLE_RELEASE_VERSION ] { 12 }      Constant [ string SWOOLE_EXTRA_VERSION ] {  }      Constant [ boolean SWOOLE_DEBUG ] {  } +    Constant [ boolean SWOOLE_HAVE_ZLIB ] { 1 } +    Constant [ boolean SWOOLE_HAVE_BROTLI ] { 1 } +    Constant [ boolean SWOOLE_USE_HTTP2 ] { 1 }      Constant [ integer SWOOLE_BASE ] { 1 }      Constant [ integer SWOOLE_PROCESS ] { 2 }      Constant [ integer SWOOLE_IPC_UNSOCK ] { 1 } @@ -83,6 +86,7 @@ Extension [ <persistent> extension #154 swoole version 4.4.10 ] {      Constant [ integer SWOOLE_ERROR_INVALID_PARAMS ] { 505 }      Constant [ integer SWOOLE_ERROR_QUEUE_FULL ] { 506 }      Constant [ integer SWOOLE_ERROR_OPERATION_NOT_SUPPORT ] { 507 } +    Constant [ integer SWOOLE_ERROR_PROTOCOL_ERROR ] { 508 }      Constant [ integer SWOOLE_ERROR_FILE_NOT_EXIST ] { 700 }      Constant [ integer SWOOLE_ERROR_FILE_TOO_LARGE ] { 701 }      Constant [ integer SWOOLE_ERROR_FILE_EMPTY ] { 702 } @@ -304,6 +308,12 @@ Extension [ <persistent> extension #154 swoole version 4.4.10 ] {      Constant [ integer SWOOLE_WEBSOCKET_OPCODE_CLOSE ] { 8 }      Constant [ integer SWOOLE_WEBSOCKET_OPCODE_PING ] { 9 }      Constant [ integer SWOOLE_WEBSOCKET_OPCODE_PONG ] { 10 } +    Constant [ integer SWOOLE_WEBSOCKET_FLAG_FIN ] { 1 } +    Constant [ integer SWOOLE_WEBSOCKET_FLAG_RSV1 ] { 4 } +    Constant [ integer SWOOLE_WEBSOCKET_FLAG_RSV2 ] { 8 } +    Constant [ integer SWOOLE_WEBSOCKET_FLAG_RSV3 ] { 16 } +    Constant [ integer SWOOLE_WEBSOCKET_FLAG_MASK ] { 32 } +    Constant [ integer SWOOLE_WEBSOCKET_FLAG_COMPRESS ] { 2 }      Constant [ integer SWOOLE_WEBSOCKET_CLOSE_NORMAL ] { 1000 }      Constant [ integer SWOOLE_WEBSOCKET_CLOSE_GOING_AWAY ] { 1001 }      Constant [ integer SWOOLE_WEBSOCKET_CLOSE_PROTOCOL_ERROR ] { 1002 } @@ -7032,10 +7042,11 @@ Extension [ <persistent> extension #154 swoole version 4.4.10 ] {          }        } -      - Properties [4] { +      - Properties [5] {          Property [ <default> public $fd ]          Property [ <default> public $data ]          Property [ <default> public $opcode ] +        Property [ <default> public $flags ]          Property [ <default> public $finish ]        } @@ -7075,9 +7086,10 @@ Extension [ <persistent> extension #154 swoole version 4.4.10 ] {          }        } -      - Properties [6] { +      - Properties [7] {          Property [ <default> public $fd ]          Property [ <default> public $data ] +        Property [ <default> public $flags ]          Property [ <default> public $finish ]          Property [ <default> public $opcode ]          Property [ <default> public $code ] 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  | 
