From 8e5e9521e5d2ea31a04aee3c1aef70ef1c7c50ca Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 19 Sep 2019 08:14:28 +0200 Subject: v4.4.6 --- PHPINFO | 4 ++-- REFLECTION | 56 ++++++++++++++++++++++++++++++--------------------- php-pecl-swoole4.spec | 8 ++++++-- 3 files changed, 41 insertions(+), 27 deletions(-) diff --git a/PHPINFO b/PHPINFO index e6d0ce0..25bd9d8 100644 --- a/PHPINFO +++ b/PHPINFO @@ -3,8 +3,8 @@ swoole Swoole => enabled Author => Swoole Team -Version => 4.4.5 -Built => Aug 30 2019 15:21:45 +Version => 4.4.6 +Built => Sep 19 2019 08:01:07 coroutine => enabled trace_log => enabled epoll => enabled diff --git a/REFLECTION b/REFLECTION index 107d7c1..f73b5d8 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #153 swoole version 4.4.5 ] { +Extension [ extension #153 swoole version 4.4.6 ] { - INI { Entry [ swoole.enable_coroutine ] @@ -22,11 +22,11 @@ Extension [ extension #153 swoole version 4.4.5 ] { } - Constants [311] { - Constant [ string SWOOLE_VERSION ] { 4.4.5 } - Constant [ integer SWOOLE_VERSION_ID ] { 40405 } + Constant [ string SWOOLE_VERSION ] { 4.4.6 } + Constant [ integer SWOOLE_VERSION_ID ] { 40406 } Constant [ integer SWOOLE_MAJOR_VERSION ] { 4 } Constant [ integer SWOOLE_MINOR_VERSION ] { 4 } - Constant [ integer SWOOLE_RELEASE_VERSION ] { 5 } + Constant [ integer SWOOLE_RELEASE_VERSION ] { 6 } Constant [ string SWOOLE_EXTRA_VERSION ] { } Constant [ boolean SWOOLE_DEBUG ] { } Constant [ integer SWOOLE_BASE ] { 1 } @@ -2507,7 +2507,7 @@ Extension [ extension #153 swoole version 4.4.5 ] { - Static properties [0] { } - - Static methods [2] { + - Static methods [11] { Method [ static public method gethostbyname ] { - Parameters [3] { @@ -2524,13 +2524,8 @@ Extension [ extension #153 swoole version 4.4.5 ] { Parameter #1 [ $timeout ] } } - } - - - Properties [0] { - } - - Methods [9] { - Method [ public method exec ] { + Method [ static public method exec ] { - Parameters [2] { Parameter #0 [ $command ] @@ -2538,14 +2533,14 @@ Extension [ extension #153 swoole version 4.4.5 ] { } } - Method [ public method sleep ] { + Method [ static public method sleep ] { - Parameters [1] { Parameter #0 [ $seconds ] } } - Method [ public method fread ] { + Method [ static public method fread ] { - Parameters [2] { Parameter #0 [ $handle ] @@ -2553,7 +2548,7 @@ Extension [ extension #153 swoole version 4.4.5 ] { } } - Method [ public method fwrite ] { + Method [ static public method fwrite ] { - Parameters [3] { Parameter #0 [ $handle ] @@ -2562,14 +2557,14 @@ Extension [ extension #153 swoole version 4.4.5 ] { } } - Method [ public method fgets ] { + Method [ static public method fgets ] { - Parameters [1] { Parameter #0 [ $handle ] } } - Method [ public method getaddrinfo ] { + Method [ static public method getaddrinfo ] { - Parameters [6] { Parameter #0 [ $hostname ] @@ -2581,14 +2576,14 @@ Extension [ extension #153 swoole version 4.4.5 ] { } } - Method [ public method readFile ] { + Method [ static public method readFile ] { - Parameters [1] { Parameter #0 [ $filename ] } } - Method [ public method writeFile ] { + Method [ static public method writeFile ] { - Parameters [3] { Parameter #0 [ $filename ] @@ -2597,13 +2592,19 @@ Extension [ extension #153 swoole version 4.4.5 ] { } } - Method [ public method statvfs ] { + Method [ static public method statvfs ] { - Parameters [1] { Parameter #0 [ $path ] } } } + + - Properties [0] { + } + + - Methods [0] { + } } Class [ final class Swoole\Coroutine\Scheduler ] { @@ -3379,7 +3380,7 @@ Extension [ extension #153 swoole version 4.4.5 ] { Property [ public $body ] } - - Methods [24] { + - Methods [25] { Method [ public method __construct ] { - Parameters [3] { @@ -3528,6 +3529,12 @@ Extension [ extension #153 swoole version 4.4.5 ] { } } + Method [ public method getHeaderOut ] { + + - Parameters [0] { + } + } + Method [ public method upgrade ] { - Parameters [1] { @@ -6051,7 +6058,7 @@ Extension [ extension #153 swoole version 4.4.5 ] { Method [ public method cookie ] { - - Parameters [7] { + - Parameters [8] { Parameter #0 [ $name ] Parameter #1 [ $value ] Parameter #2 [ $expires ] @@ -6059,12 +6066,13 @@ Extension [ extension #153 swoole version 4.4.5 ] { Parameter #4 [ $domain ] Parameter #5 [ $secure ] Parameter #6 [ $httponly ] + Parameter #7 [ $samesite ] } } Method [ public method setCookie ] { - - Parameters [7] { + - Parameters [8] { Parameter #0 [ $name ] Parameter #1 [ $value ] Parameter #2 [ $expires ] @@ -6072,12 +6080,13 @@ Extension [ extension #153 swoole version 4.4.5 ] { Parameter #4 [ $domain ] Parameter #5 [ $secure ] Parameter #6 [ $httponly ] + Parameter #7 [ $samesite ] } } Method [ public method rawcookie ] { - - Parameters [7] { + - Parameters [8] { Parameter #0 [ $name ] Parameter #1 [ $value ] Parameter #2 [ $expires ] @@ -6085,6 +6094,7 @@ Extension [ extension #153 swoole version 4.4.5 ] { Parameter #4 [ $domain ] Parameter #5 [ $secure ] Parameter #6 [ $httponly ] + Parameter #7 [ $samesite ] } } diff --git a/php-pecl-swoole4.spec b/php-pecl-swoole4.spec index a16914a..5a52cee 100644 --- a/php-pecl-swoole4.spec +++ b/php-pecl-swoole4.spec @@ -30,8 +30,8 @@ Summary: PHP's asynchronous concurrent distributed networking framework Name: %{?sub_prefix}php-pecl-%{pecl_name}4 -Version: 4.4.5 -Release: 2%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Version: 4.4.6 +Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} # Extension is ASL 2.0 # Hiredis is BSD License: ASL 2.0 and BSD @@ -155,6 +155,7 @@ mv %{pecl_name}-%{version} NTS sed \ -e '/Makefile/s/role="doc"/role="src"/' \ -e '/samples/s/role="doc"/role="src"/' \ + -e '/name="library/s/role="doc"/role="src"/' \ %{?_licensedir: -e '/LICENSE/s/role="doc"/role="src"/' } \ %{?_licensedir: -e '/COPYING/s/role="doc"/role="src"/' } \ -i package.xml @@ -331,6 +332,9 @@ cd ../ZTS %changelog +* Thu Sep 19 2019 Remi Collet - 4.4.6-1 +- update to 4.4.6 + * Tue Sep 03 2019 Remi Collet - 4.4.5-2 - rebuild for 7.4.0RC1 -- cgit