diff options
| -rw-r--r-- | PHPINFO | 6 | ||||
| -rw-r--r-- | REFLECTION | 85 | ||||
| -rw-r--r-- | php-pecl-swoole4.spec | 5 | 
3 files changed, 50 insertions, 46 deletions
@@ -3,8 +3,8 @@ swoole  Swoole => enabled  Author => Swoole Team <team@swoole.com> -Version => 4.3.5 -Built => Jun 14 2019 10:39:50 +Version => 4.3.6 +Built => Jul 16 2019 11:10:53  coroutine => enabled  trace_log => enabled  epoll => enabled @@ -14,7 +14,7 @@ cpu_affinity => enabled  spinlock => enabled  rwlock => enabled  sockets => enabled -openssl => OpenSSL 1.1.1b FIPS  26 Feb 2019 +openssl => OpenSSL 1.1.1c FIPS  28 May 2019  http2 => enabled  pcre => enabled  zlib => enabled @@ -1,4 +1,4 @@ -Extension [ <persistent> extension #155 swoole version 4.3.5 ] { +Extension [ <persistent> extension #81 swoole version 4.3.6 ] {    - INI {      Entry [ swoole.enable_coroutine <ALL> ] @@ -16,11 +16,11 @@ Extension [ <persistent> extension #155 swoole version 4.3.5 ] {    }    - Constants [287] { -    Constant [ string SWOOLE_VERSION ] { 4.3.5 } -    Constant [ integer SWOOLE_VERSION_ID ] { 40305 } +    Constant [ string SWOOLE_VERSION ] { 4.3.6 } +    Constant [ integer SWOOLE_VERSION_ID ] { 40306 }      Constant [ integer SWOOLE_MAJOR_VERSION ] { 4 }      Constant [ integer SWOOLE_MINOR_VERSION ] { 3 } -    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 } @@ -1291,13 +1291,13 @@ Extension [ <persistent> extension #155 swoole version 4.3.5 ] {      Class [ <internal:swoole> class Swoole\Client ] {        - Constants [7] { -        Constant [ public integer MSG_OOB ] { 1 } -        Constant [ public integer MSG_PEEK ] { 2 } -        Constant [ public integer MSG_DONTWAIT ] { 64 } -        Constant [ public integer MSG_WAITALL ] { 256 } -        Constant [ public integer SHUT_RDWR ] { 2 } -        Constant [ public integer SHUT_RD ] { 0 } -        Constant [ public integer SHUT_WR ] { 1 } +        Constant [ integer MSG_OOB ] { 1 } +        Constant [ integer MSG_PEEK ] { 2 } +        Constant [ integer MSG_DONTWAIT ] { 64 } +        Constant [ integer MSG_WAITALL ] { 256 } +        Constant [ integer SHUT_RDWR ] { 2 } +        Constant [ integer SHUT_RD ] { 0 } +        Constant [ integer SHUT_WR ] { 1 }        }        - Static properties [0] { @@ -1704,10 +1704,10 @@ Extension [ <persistent> extension #155 swoole version 4.3.5 ] {      Class [ <internal:swoole> class Swoole\Coroutine\Client ] {        - Constants [4] { -        Constant [ public integer MSG_OOB ] { 1 } -        Constant [ public integer MSG_PEEK ] { 2 } -        Constant [ public integer MSG_DONTWAIT ] { 64 } -        Constant [ public integer MSG_WAITALL ] { 256 } +        Constant [ integer MSG_OOB ] { 1 } +        Constant [ integer MSG_PEEK ] { 2 } +        Constant [ integer MSG_DONTWAIT ] { 64 } +        Constant [ integer MSG_WAITALL ] { 256 }        }        - Static properties [0] { @@ -3945,8 +3945,8 @@ Extension [ <persistent> extension #155 swoole version 4.3.5 ] {      Class [ <internal:swoole> <iterateable> class Swoole\Coroutine\Iterator extends ArrayIterator implements Countable, Serializable, SeekableIterator, ArrayAccess, Traversable, Iterator ] {        - Constants [2] { -        Constant [ public integer STD_PROP_LIST ] { 1 } -        Constant [ public integer ARRAY_AS_PROPS ] { 2 } +        Constant [ integer STD_PROP_LIST ] { 1 } +        Constant [ integer ARRAY_AS_PROPS ] { 2 }        }        - Static properties [0] { @@ -3961,9 +3961,10 @@ Extension [ <persistent> extension #155 swoole version 4.3.5 ] {        - Methods [24] {          Method [ <internal:SPL, inherits ArrayIterator, ctor> public method __construct ] { -          - Parameters [2] { +          - Parameters [3] {              Parameter #0 [ <optional> $array ]              Parameter #1 [ <optional> $ar_flags ] +            Parameter #2 [ <optional> $iterator_class ]            }          } @@ -4121,8 +4122,8 @@ Extension [ <persistent> extension #155 swoole version 4.3.5 ] {      Class [ <internal:swoole> <iterateable> class Swoole\Coroutine\Context extends ArrayObject implements Countable, Serializable, ArrayAccess, Traversable, IteratorAggregate ] {        - Constants [2] { -        Constant [ public integer STD_PROP_LIST ] { 1 } -        Constant [ public integer ARRAY_AS_PROPS ] { 2 } +        Constant [ integer STD_PROP_LIST ] { 1 } +        Constant [ integer ARRAY_AS_PROPS ] { 2 }        }        - Static properties [0] { @@ -4138,8 +4139,8 @@ Extension [ <persistent> extension #155 swoole version 4.3.5 ] {          Method [ <internal:SPL, inherits ArrayObject, ctor> public method __construct ] {            - Parameters [3] { -            Parameter #0 [ <optional> $input ] -            Parameter #1 [ <optional> $flags ] +            Parameter #0 [ <optional> $array ] +            Parameter #1 [ <optional> $ar_flags ]              Parameter #2 [ <optional> $iterator_class ]            }          } @@ -4356,11 +4357,11 @@ Extension [ <persistent> extension #155 swoole version 4.3.5 ] {      Class [ <internal:swoole> class Swoole\Process ] {        - Constants [5] { -        Constant [ public integer IPC_NOWAIT ] { 256 } -        Constant [ public integer PIPE_MASTER ] { 1 } -        Constant [ public integer PIPE_WORKER ] { 2 } -        Constant [ public integer PIPE_READ ] { 3 } -        Constant [ public integer PIPE_WRITE ] { 4 } +        Constant [ integer IPC_NOWAIT ] { 256 } +        Constant [ integer PIPE_MASTER ] { 1 } +        Constant [ integer PIPE_WORKER ] { 2 } +        Constant [ integer PIPE_READ ] { 3 } +        Constant [ integer PIPE_WRITE ] { 4 }        }        - Static properties [0] { @@ -4623,9 +4624,9 @@ Extension [ <persistent> extension #155 swoole version 4.3.5 ] {      Class [ <internal:swoole> <iterateable> class Swoole\Table implements Iterator, Traversable, ArrayAccess, Countable ] {        - Constants [3] { -        Constant [ public integer TYPE_INT ] { 1 } -        Constant [ public integer TYPE_STRING ] { 7 } -        Constant [ public integer TYPE_FLOAT ] { 6 } +        Constant [ integer TYPE_INT ] { 1 } +        Constant [ integer TYPE_STRING ] { 7 } +        Constant [ integer TYPE_FLOAT ] { 6 }        }        - Static properties [0] { @@ -4883,11 +4884,11 @@ Extension [ <persistent> extension #155 swoole version 4.3.5 ] {      Class [ <internal:swoole> class Swoole\Lock ] {        - Constants [5] { -        Constant [ public integer FILELOCK ] { 2 } -        Constant [ public integer MUTEX ] { 3 } -        Constant [ public integer SEM ] { 4 } -        Constant [ public integer RWLOCK ] { 1 } -        Constant [ public integer SPINLOCK ] { 5 } +        Constant [ integer FILELOCK ] { 2 } +        Constant [ integer MUTEX ] { 3 } +        Constant [ integer SEM ] { 4 } +        Constant [ integer RWLOCK ] { 1 } +        Constant [ integer SPINLOCK ] { 5 }        }        - Static properties [0] { @@ -6517,13 +6518,13 @@ Extension [ <persistent> extension #155 swoole version 4.3.5 ] {      Class [ <internal:swoole> class Swoole\Redis\Server extends Swoole\Server ] {        - Constants [7] { -        Constant [ public integer NIL ] { 1 } -        Constant [ public integer ERROR ] { 0 } -        Constant [ public integer STATUS ] { 2 } -        Constant [ public integer INT ] { 3 } -        Constant [ public integer STRING ] { 4 } -        Constant [ public integer SET ] { 5 } -        Constant [ public integer MAP ] { 6 } +        Constant [ integer NIL ] { 1 } +        Constant [ integer ERROR ] { 0 } +        Constant [ integer STATUS ] { 2 } +        Constant [ integer INT ] { 3 } +        Constant [ integer STRING ] { 4 } +        Constant [ integer SET ] { 5 } +        Constant [ integer MAP ] { 6 }        }        - Static properties [0] { diff --git a/php-pecl-swoole4.spec b/php-pecl-swoole4.spec index ba10a55..ec0b16f 100644 --- a/php-pecl-swoole4.spec +++ b/php-pecl-swoole4.spec @@ -35,7 +35,7 @@  Summary:        PHP's asynchronous concurrent distributed networking framework  Name:           %{?sub_prefix}php-pecl-%{pecl_name}4 -Version:        4.3.5 +Version:        4.3.6  Release:        1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}  # Extension is ASL 2.0  # Hiredis is BSD @@ -343,6 +343,9 @@ cd ../ZTS  %changelog +* Tue Jul 16 2019 Remi Collet <remi@remirepo.net> - 4.3.6-1 +- update to 4.3.6 +  * Fri Jun 14 2019 Remi Collet <remi@remirepo.net> - 4.3.5-1  - update to 4.3.5  | 
