From fa1d57ed10e873b9ec89c74236027b1084872dd4 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sat, 21 Nov 2020 08:25:02 +0100 Subject: update to 4.5.8 --- PHPINFO | 6 +- REFLECTION | 159 +++++++++++++++++++++++++++++++++++++++++++++----- php-pecl-swoole4.spec | 5 +- 3 files changed, 150 insertions(+), 20 deletions(-) diff --git a/PHPINFO b/PHPINFO index 0bdcba7..3c00379 100644 --- a/PHPINFO +++ b/PHPINFO @@ -3,8 +3,8 @@ swoole Swoole => enabled Author => Swoole Team -Version => 4.5.7 -Built => Nov 9 2020 00:00:00 +Version => 4.5.8 +Built => Nov 21 2020 00:00:00 coroutine => enabled trace_log => enabled epoll => enabled @@ -14,7 +14,7 @@ cpu_affinity => enabled spinlock => enabled rwlock => enabled sockets => enabled -openssl => OpenSSL 1.1.1g FIPS 21 Apr 2020 +openssl => OpenSSL 1.1.1h FIPS 22 Sep 2020 http2 => enabled json => enabled pcre => enabled diff --git a/REFLECTION b/REFLECTION index 05107b5..2e22983 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #117 swoole version 4.5.7 ] { +Extension [ extension #117 swoole version 4.5.8 ] { - Dependencies { Dependency [ json (Required) ] @@ -27,12 +27,12 @@ Extension [ extension #117 swoole version 4.5.7 ] { } } - - Constants [355] { - Constant [ string SWOOLE_VERSION ] { 4.5.7 } - Constant [ int SWOOLE_VERSION_ID ] { 40507 } + - Constants [358] { + Constant [ string SWOOLE_VERSION ] { 4.5.8 } + Constant [ int SWOOLE_VERSION_ID ] { 40508 } Constant [ int SWOOLE_MAJOR_VERSION ] { 4 } Constant [ int SWOOLE_MINOR_VERSION ] { 5 } - Constant [ int SWOOLE_RELEASE_VERSION ] { 7 } + Constant [ int SWOOLE_RELEASE_VERSION ] { 8 } Constant [ string SWOOLE_EXTRA_VERSION ] { } Constant [ bool SWOOLE_DEBUG ] { } Constant [ bool SWOOLE_HAVE_COMPRESSION ] { 1 } @@ -223,7 +223,10 @@ Extension [ extension #117 swoole version 4.5.7 ] { Constant [ int SWOOLE_LOG_ERROR ] { 5 } Constant [ int SWOOLE_LOG_NONE ] { 6 } Constant [ int SWOOLE_LOG_ROTATION_SINGLE ] { 0 } - Constant [ int SWOOLE_LOG_ROTATION_DAILY ] { 1 } + Constant [ int SWOOLE_LOG_ROTATION_MONTHLY ] { 1 } + Constant [ int SWOOLE_LOG_ROTATION_DAILY ] { 2 } + Constant [ int SWOOLE_LOG_ROTATION_HOURLY ] { 3 } + Constant [ int SWOOLE_LOG_ROTATION_EVERY_MINUTE ] { 4 } Constant [ int SWOOLE_IPC_NONE ] { 0 } Constant [ int SWOOLE_IPC_UNIXSOCK ] { 1 } Constant [ int SWOOLE_IPC_SOCKET ] { 3 } @@ -473,6 +476,13 @@ Extension [ extension #117 swoole version 4.5.7 ] { - Parameters [0] { } } + Function [ function swoole_error_log ] { + + - Parameters [2] { + Parameter #0 [ $level ] + Parameter #1 [ $msg ] + } + } Function [ function swoole_hashcode ] { - Parameters [2] { @@ -686,7 +696,7 @@ Extension [ extension #117 swoole version 4.5.7 ] { } } - - Classes [46] { + - Classes [47] { Class [ class Swoole\Exception extends Exception implements Throwable ] { - Constants [0] { @@ -1738,12 +1748,12 @@ Extension [ extension #117 swoole version 4.5.7 ] { - Properties [0] { } - - Methods [24] { + - Methods [27] { Method [ public method __construct ] { - Parameters [2] { Parameter #0 [ $array ] - Parameter #1 [ $ar_flags ] + Parameter #1 [ $flags ] } } @@ -1859,6 +1869,25 @@ Extension [ extension #117 swoole version 4.5.7 ] { } } + Method [ public method __unserialize ] { + + - Parameters [1] { + Parameter #0 [ $serialized ] + } + } + + Method [ public method __serialize ] { + + - Parameters [0] { + } + } + + Method [ public method __debugInfo ] { + + - Parameters [0] { + } + } + Method [ public method rewind ] { - Parameters [0] { @@ -2174,12 +2203,12 @@ Extension [ extension #117 swoole version 4.5.7 ] { - Properties [0] { } - - Methods [24] { + - Methods [27] { Method [ public method __construct ] { - Parameters [2] { Parameter #0 [ $array ] - Parameter #1 [ $ar_flags ] + Parameter #1 [ $flags ] } } @@ -2295,6 +2324,25 @@ Extension [ extension #117 swoole version 4.5.7 ] { } } + Method [ public method __unserialize ] { + + - Parameters [1] { + Parameter #0 [ $serialized ] + } + } + + Method [ public method __serialize ] { + + - Parameters [0] { + } + } + + Method [ public method __debugInfo ] { + + - Parameters [0] { + } + } + Method [ public method rewind ] { - Parameters [0] { @@ -2350,7 +2398,7 @@ Extension [ extension #117 swoole version 4.5.7 ] { - Properties [0] { } - - Methods [22] { + - Methods [25] { Method [ public method __construct ] { - Parameters [3] { @@ -2472,6 +2520,25 @@ Extension [ extension #117 swoole version 4.5.7 ] { } } + Method [ public method __unserialize ] { + + - Parameters [1] { + Parameter #0 [ $serialized ] + } + } + + Method [ public method __serialize ] { + + - Parameters [0] { + } + } + + Method [ public method __debugInfo ] { + + - Parameters [0] { + } + } + Method [ public method getIterator ] { - Parameters [0] { @@ -2481,7 +2548,7 @@ Extension [ extension #117 swoole version 4.5.7 ] { Method [ public method exchangeArray ] { - Parameters [1] { - Parameter #0 [ $array ] + Parameter #0 [ $input ] } } @@ -3309,6 +3376,63 @@ Extension [ extension #117 swoole version 4.5.7 ] { } } + Class [ class Swoole\Client\Exception extends Swoole\Exception implements Throwable ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [4] { + Property [ protected $message ] + Property [ protected $code ] + Property [ protected $file ] + Property [ protected $line ] + } + + - Methods [10] { + Method [ public method __construct ] { + + - Parameters [3] { + Parameter #0 [ $message ] + Parameter #1 [ $code ] + Parameter #2 [ $previous ] + } + } + + Method [ public method __wakeup ] { + } + + Method [ final public method getMessage ] { + } + + Method [ final public method getCode ] { + } + + Method [ final public method getFile ] { + } + + Method [ final public method getLine ] { + } + + Method [ final public method getTrace ] { + } + + Method [ final public method getPrevious ] { + } + + Method [ final public method getTraceAsString ] { + } + + Method [ public method __toString ] { + } + } + } + Class [ class Swoole\Coroutine\Client ] { - Constants [4] { @@ -6245,7 +6369,7 @@ Extension [ extension #117 swoole version 4.5.7 ] { Method [ public method cookie ] { - - Parameters [8] { + - Parameters [9] { Parameter #0 [ $name ] Parameter #1 [ $value ] Parameter #2 [ $expires ] @@ -6254,12 +6378,13 @@ Extension [ extension #117 swoole version 4.5.7 ] { Parameter #5 [ $secure ] Parameter #6 [ $httponly ] Parameter #7 [ $samesite ] + Parameter #8 [ $priority ] } } Method [ public method setCookie ] { - - Parameters [8] { + - Parameters [9] { Parameter #0 [ $name ] Parameter #1 [ $value ] Parameter #2 [ $expires ] @@ -6268,12 +6393,13 @@ Extension [ extension #117 swoole version 4.5.7 ] { Parameter #5 [ $secure ] Parameter #6 [ $httponly ] Parameter #7 [ $samesite ] + Parameter #8 [ $priority ] } } Method [ public method rawcookie ] { - - Parameters [8] { + - Parameters [9] { Parameter #0 [ $name ] Parameter #1 [ $value ] Parameter #2 [ $expires ] @@ -6282,6 +6408,7 @@ Extension [ extension #117 swoole version 4.5.7 ] { Parameter #5 [ $secure ] Parameter #6 [ $httponly ] Parameter #7 [ $samesite ] + Parameter #8 [ $priority ] } } diff --git a/php-pecl-swoole4.spec b/php-pecl-swoole4.spec index c251806..ef1a207 100644 --- a/php-pecl-swoole4.spec +++ b/php-pecl-swoole4.spec @@ -27,7 +27,7 @@ %global with_brotli 0 %endif -%global upstream_version 4.5.7 +%global upstream_version 4.5.8 #global upstream_prever RC2 @@ -335,6 +335,9 @@ cd ../ZTS %changelog +* Sat Nov 21 2020 Remi Collet - 4.5.8-1 +- update to 4.5.8 + * Mon Nov 9 2020 Remi Collet - 4.5.7-1 - update to 4.5.7 -- cgit