diff options
author | Remi Collet <remi@remirepo.net> | 2020-11-21 08:25:02 +0100 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2020-11-21 08:25:02 +0100 |
commit | fa1d57ed10e873b9ec89c74236027b1084872dd4 (patch) | |
tree | 04c8c0106fb679886c2ce217c70898550fa46244 | |
parent | 317e716d133b75f410b6fdf8058d02f4239b11b8 (diff) |
update to 4.5.8
-rw-r--r-- | PHPINFO | 6 | ||||
-rw-r--r-- | REFLECTION | 159 | ||||
-rw-r--r-- | php-pecl-swoole4.spec | 5 |
3 files changed, 150 insertions, 20 deletions
@@ -3,8 +3,8 @@ swoole Swoole => enabled Author => Swoole Team <team@swoole.com> -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 @@ -1,4 +1,4 @@ -Extension [ <persistent> extension #117 swoole version 4.5.7 ] { +Extension [ <persistent> extension #117 swoole version 4.5.8 ] { - Dependencies { Dependency [ json (Required) ] @@ -27,12 +27,12 @@ Extension [ <persistent> 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 [ <persistent> 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 [ <persistent> extension #117 swoole version 4.5.7 ] { - Parameters [0] { } } + Function [ <internal:swoole> function swoole_error_log ] { + + - Parameters [2] { + Parameter #0 [ <required> $level ] + Parameter #1 [ <required> $msg ] + } + } Function [ <internal:swoole> function swoole_hashcode ] { - Parameters [2] { @@ -686,7 +696,7 @@ Extension [ <persistent> extension #117 swoole version 4.5.7 ] { } } - - Classes [46] { + - Classes [47] { Class [ <internal:swoole> class Swoole\Exception extends Exception implements Throwable ] { - Constants [0] { @@ -1738,12 +1748,12 @@ Extension [ <persistent> extension #117 swoole version 4.5.7 ] { - Properties [0] { } - - Methods [24] { + - Methods [27] { Method [ <internal:SPL, inherits ArrayIterator, ctor> public method __construct ] { - Parameters [2] { Parameter #0 [ <optional> $array ] - Parameter #1 [ <optional> $ar_flags ] + Parameter #1 [ <optional> $flags ] } } @@ -1859,6 +1869,25 @@ Extension [ <persistent> extension #117 swoole version 4.5.7 ] { } } + Method [ <internal:SPL, inherits ArrayIterator> public method __unserialize ] { + + - Parameters [1] { + Parameter #0 [ <required> $serialized ] + } + } + + Method [ <internal:SPL, inherits ArrayIterator> public method __serialize ] { + + - Parameters [0] { + } + } + + Method [ <internal:SPL, inherits ArrayIterator> public method __debugInfo ] { + + - Parameters [0] { + } + } + Method [ <internal:SPL, inherits ArrayIterator, prototype Iterator> public method rewind ] { - Parameters [0] { @@ -2174,12 +2203,12 @@ Extension [ <persistent> extension #117 swoole version 4.5.7 ] { - Properties [0] { } - - Methods [24] { + - Methods [27] { Method [ <internal:SPL, inherits ArrayIterator, ctor> public method __construct ] { - Parameters [2] { Parameter #0 [ <optional> $array ] - Parameter #1 [ <optional> $ar_flags ] + Parameter #1 [ <optional> $flags ] } } @@ -2295,6 +2324,25 @@ Extension [ <persistent> extension #117 swoole version 4.5.7 ] { } } + Method [ <internal:SPL, inherits ArrayIterator> public method __unserialize ] { + + - Parameters [1] { + Parameter #0 [ <required> $serialized ] + } + } + + Method [ <internal:SPL, inherits ArrayIterator> public method __serialize ] { + + - Parameters [0] { + } + } + + Method [ <internal:SPL, inherits ArrayIterator> public method __debugInfo ] { + + - Parameters [0] { + } + } + Method [ <internal:SPL, inherits ArrayIterator, prototype Iterator> public method rewind ] { - Parameters [0] { @@ -2350,7 +2398,7 @@ Extension [ <persistent> extension #117 swoole version 4.5.7 ] { - Properties [0] { } - - Methods [22] { + - Methods [25] { Method [ <internal:SPL, inherits ArrayObject, ctor> public method __construct ] { - Parameters [3] { @@ -2472,6 +2520,25 @@ Extension [ <persistent> extension #117 swoole version 4.5.7 ] { } } + Method [ <internal:SPL, inherits ArrayObject> public method __unserialize ] { + + - Parameters [1] { + Parameter #0 [ <required> $serialized ] + } + } + + Method [ <internal:SPL, inherits ArrayObject> public method __serialize ] { + + - Parameters [0] { + } + } + + Method [ <internal:SPL, inherits ArrayObject> public method __debugInfo ] { + + - Parameters [0] { + } + } + Method [ <internal:SPL, inherits ArrayObject, prototype IteratorAggregate> public method getIterator ] { - Parameters [0] { @@ -2481,7 +2548,7 @@ Extension [ <persistent> extension #117 swoole version 4.5.7 ] { Method [ <internal:SPL, inherits ArrayObject> public method exchangeArray ] { - Parameters [1] { - Parameter #0 [ <required> $array ] + Parameter #0 [ <required> $input ] } } @@ -3309,6 +3376,63 @@ Extension [ <persistent> extension #117 swoole version 4.5.7 ] { } } + Class [ <internal:swoole> class Swoole\Client\Exception extends Swoole\Exception implements Throwable ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [4] { + Property [ <default> protected $message ] + Property [ <default> protected $code ] + Property [ <default> protected $file ] + Property [ <default> protected $line ] + } + + - Methods [10] { + Method [ <internal:Core, inherits Exception, ctor> public method __construct ] { + + - Parameters [3] { + Parameter #0 [ <optional> $message ] + Parameter #1 [ <optional> $code ] + Parameter #2 [ <optional> $previous ] + } + } + + Method [ <internal:Core, inherits Exception> public method __wakeup ] { + } + + Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] { + } + + Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] { + } + + Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] { + } + + Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] { + } + + Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] { + } + + Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] { + } + + Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] { + } + + Method [ <internal:Core, inherits Exception, prototype Throwable> public method __toString ] { + } + } + } + Class [ <internal:swoole> class Swoole\Coroutine\Client ] { - Constants [4] { @@ -6245,7 +6369,7 @@ Extension [ <persistent> extension #117 swoole version 4.5.7 ] { Method [ <internal:swoole> public method cookie ] { - - Parameters [8] { + - Parameters [9] { Parameter #0 [ <required> $name ] Parameter #1 [ <optional> $value ] Parameter #2 [ <optional> $expires ] @@ -6254,12 +6378,13 @@ Extension [ <persistent> extension #117 swoole version 4.5.7 ] { Parameter #5 [ <optional> $secure ] Parameter #6 [ <optional> $httponly ] Parameter #7 [ <optional> $samesite ] + Parameter #8 [ <optional> $priority ] } } Method [ <internal:swoole> public method setCookie ] { - - Parameters [8] { + - Parameters [9] { Parameter #0 [ <required> $name ] Parameter #1 [ <optional> $value ] Parameter #2 [ <optional> $expires ] @@ -6268,12 +6393,13 @@ Extension [ <persistent> extension #117 swoole version 4.5.7 ] { Parameter #5 [ <optional> $secure ] Parameter #6 [ <optional> $httponly ] Parameter #7 [ <optional> $samesite ] + Parameter #8 [ <optional> $priority ] } } Method [ <internal:swoole> public method rawcookie ] { - - Parameters [8] { + - Parameters [9] { Parameter #0 [ <required> $name ] Parameter #1 [ <optional> $value ] Parameter #2 [ <optional> $expires ] @@ -6282,6 +6408,7 @@ Extension [ <persistent> extension #117 swoole version 4.5.7 ] { Parameter #5 [ <optional> $secure ] Parameter #6 [ <optional> $httponly ] Parameter #7 [ <optional> $samesite ] + Parameter #8 [ <optional> $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 <remi@remirepo.net> - 4.5.8-1 +- update to 4.5.8 + * Mon Nov 9 2020 Remi Collet <remi@remirepo.net> - 4.5.7-1 - update to 4.5.7 |