diff options
-rw-r--r-- | PHPINFO | 4 | ||||
-rw-r--r-- | REFLECTION | 11 | ||||
-rw-r--r-- | php-pecl-swoole4.spec | 8 |
3 files changed, 14 insertions, 9 deletions
@@ -3,8 +3,8 @@ swoole Swoole => enabled Author => Swoole Team <team@swoole.com> -Version => 4.8.6 -Built => Jan 13 2022 00:00:00 +Version => 4.8.7 +Built => Feb 24 2022 00:00:00 coroutine => enabled with boost asm context trace_log => enabled epoll => enabled @@ -1,4 +1,4 @@ -Extension [ <persistent> extension #86 swoole version 4.8.6 ] { +Extension [ <persistent> extension #89 swoole version 4.8.7 ] { - Dependencies { Dependency [ json (Required) ] @@ -28,12 +28,12 @@ Extension [ <persistent> extension #86 swoole version 4.8.6 ] { } } - - Constants [393] { - Constant [ string SWOOLE_VERSION ] { 4.8.6 } - Constant [ int SWOOLE_VERSION_ID ] { 40806 } + - Constants [394] { + Constant [ string SWOOLE_VERSION ] { 4.8.7 } + Constant [ int SWOOLE_VERSION_ID ] { 40807 } Constant [ int SWOOLE_MAJOR_VERSION ] { 4 } Constant [ int SWOOLE_MINOR_VERSION ] { 8 } - Constant [ int SWOOLE_RELEASE_VERSION ] { 6 } + Constant [ int SWOOLE_RELEASE_VERSION ] { 7 } Constant [ string SWOOLE_EXTRA_VERSION ] { } Constant [ bool SWOOLE_DEBUG ] { } Constant [ bool SWOOLE_HAVE_COMPRESSION ] { 1 } @@ -174,6 +174,7 @@ Extension [ <persistent> extension #86 swoole version 4.8.6 ] { Constant [ int SWOOLE_ERROR_SERVER_INVALID_REQUEST ] { 9010 } Constant [ int SWOOLE_ERROR_SERVER_CONNECT_FAIL ] { 9011 } Constant [ int SWOOLE_ERROR_SERVER_INVALID_COMMAND ] { 9012 } + Constant [ int SWOOLE_ERROR_SERVER_IS_NOT_REGULAR_FILE ] { 9013 } Constant [ int SWOOLE_ERROR_SERVER_WORKER_EXIT_TIMEOUT ] { 9101 } Constant [ int SWOOLE_ERROR_SERVER_WORKER_ABNORMAL_PIPE_DATA ] { 9102 } Constant [ int SWOOLE_ERROR_SERVER_WORKER_UNPROCESSED_DATA ] { 9103 } diff --git a/php-pecl-swoole4.spec b/php-pecl-swoole4.spec index 6bd4a54..390653a 100644 --- a/php-pecl-swoole4.spec +++ b/php-pecl-swoole4.spec @@ -1,5 +1,6 @@ +# remirepo spec file for php-pecl-swoole4 # -# Copyright (c) 2013-2021 Remi Collet +# Copyright (c) 2013-2022 Remi Collet # License: CC-BY-SA # http://creativecommons.org/licenses/by-sa/4.0/ # @@ -26,7 +27,7 @@ %bcond_with brotli %endif -%global upstream_version 4.8.6 +%global upstream_version 4.8.7 #global upstream_prever RC2 @@ -320,6 +321,9 @@ cd ../ZTS %changelog +* Thu Feb 24 2022 Remi Collet <remi@remirepo.net> - 4.8.7-1 +- update to 4.8.7 + * Thu Jan 13 2022 Remi Collet <remi@remirepo.net> - 4.8.6-1 - update to 4.8.6 |