From 16e572a2b3c813060f7cd8f3fafa6b67a15296a8 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 19 Dec 2016 18:53:48 +0100 Subject: php-pecl-swoole: 1.9.2 --- REFLECTION | 77 +++++++++++++++++++++++++++++++++++++++++++++++++--- php-pecl-swoole.spec | 5 +++- 2 files changed, 77 insertions(+), 5 deletions(-) diff --git a/REFLECTION b/REFLECTION index 06c6f97..7ea7a1c 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #125 swoole version 1.9.1 ] { +Extension [ extension #126 swoole version 1.9.2 ] { - INI { Entry [ swoole.aio_thread_num ] @@ -18,7 +18,7 @@ Extension [ extension #125 swoole version 1.9.1 ] { } } - - Constants [58] { + - Constants [59] { Constant [ integer SWOOLE_BASE ] { 4 } Constant [ integer SWOOLE_THREAD ] { 2 } Constant [ integer SWOOLE_PROCESS ] { 3 } @@ -63,7 +63,7 @@ Extension [ extension #125 swoole version 1.9.1 ] { Constant [ integer SWOOLE_DTLSv1_CLIENT_METHOD ] { 17 } Constant [ integer SWOOLE_EVENT_READ ] { 512 } Constant [ integer SWOOLE_EVENT_WRITE ] { 1024 } - Constant [ string SWOOLE_VERSION ] { 1.9.1 } + Constant [ string SWOOLE_VERSION ] { 1.9.2 } Constant [ integer SWOOLE_AIO_BASE ] { 0 } Constant [ integer SWOOLE_AIO_LINUX ] { 1 } Constant [ integer SWOOLE_FILELOCK ] { 2 } @@ -73,6 +73,7 @@ Extension [ extension #125 swoole version 1.9.1 ] { Constant [ integer SWOOLE_SPINLOCK ] { 5 } Constant [ integer WEBSOCKET_OPCODE_TEXT ] { 1 } Constant [ integer WEBSOCKET_OPCODE_BINARY ] { 2 } + Constant [ integer WEBSOCKET_OPCODE_PING ] { 9 } Constant [ integer WEBSOCKET_STATUS_CONNECTION ] { 1 } Constant [ integer WEBSOCKET_STATUS_HANDSHAKE ] { 2 } Constant [ integer WEBSOCKET_STATUS_FRAME ] { 3 } @@ -95,6 +96,11 @@ Extension [ extension #125 swoole version 1.9.1 ] { - Parameters [0] { } } + Function [ function swoole_last_error ] { + + - Parameters [0] { + } + } Function [ function swoole_event_add ] { - Parameters [2] { @@ -1052,7 +1058,8 @@ Extension [ extension #125 swoole version 1.9.1 ] { Class [ class swoole_process ] { - - Constants [0] { + - Constants [1] { + Constant [ integer IPC_NOWAIT ] { 256 } } - Static properties [0] { @@ -1355,6 +1362,9 @@ Extension [ extension #125 swoole version 1.9.1 ] { } Method [ public method start ] { + + - Parameters [0] { + } } Method [ public method __construct ] { @@ -1633,30 +1643,80 @@ Extension [ extension #125 swoole version 1.9.1 ] { - Methods [9] { Method [ public method cookie ] { + + - Parameters [7] { + Parameter #0 [ $name ] + Parameter #1 [ $value ] + Parameter #2 [ $expires ] + Parameter #3 [ $path ] + Parameter #4 [ $domain ] + Parameter #5 [ $secure ] + Parameter #6 [ $httponly ] + } } Method [ public method rawcookie ] { + + - Parameters [7] { + Parameter #0 [ $name ] + Parameter #1 [ $value ] + Parameter #2 [ $expires ] + Parameter #3 [ $path ] + Parameter #4 [ $domain ] + Parameter #5 [ $secure ] + Parameter #6 [ $httponly ] + } } Method [ public method status ] { + + - Parameters [1] { + Parameter #0 [ $http_code ] + } } Method [ public method gzip ] { + + - Parameters [1] { + Parameter #0 [ $compress_level ] + } } Method [ public method header ] { + + - Parameters [3] { + Parameter #0 [ $key ] + Parameter #1 [ $value ] + Parameter #2 [ $ucwords ] + } } Method [ public method write ] { + + - Parameters [1] { + Parameter #0 [ $content ] + } } Method [ public method end ] { + + - Parameters [1] { + Parameter #0 [ $content ] + } } Method [ public method sendfile ] { + + - Parameters [2] { + Parameter #0 [ $filename ] + Parameter #1 [ $offset ] + } } Method [ public method __destruct ] { + + - Parameters [0] { + } } } } @@ -1677,9 +1737,15 @@ Extension [ extension #125 swoole version 1.9.1 ] { - Methods [2] { Method [ public method rawcontent ] { + + - Parameters [0] { + } } Method [ public method __destruct ] { + + - Parameters [0] { + } } } } @@ -1785,6 +1851,9 @@ Extension [ extension #125 swoole version 1.9.1 ] { } Method [ public method start ] { + + - Parameters [0] { + } } Method [ public method __construct ] { diff --git a/php-pecl-swoole.spec b/php-pecl-swoole.spec index f8e0cc0..03cb9d5 100644 --- a/php-pecl-swoole.spec +++ b/php-pecl-swoole.spec @@ -30,7 +30,7 @@ Summary: PHP's asynchronous concurrent distributed networking framework Name: %{?sub_prefix}php-pecl-%{pecl_name} -Version: 1.9.1 +Version: 1.9.2 Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} License: BSD Group: Development/Languages @@ -264,6 +264,9 @@ cd ../ZTS %changelog +* Mon Dec 19 2016 Remi Collet - 1.9.2-1 +- Update to 1.9.2 + * Wed Dec 7 2016 Remi Collet - 1.9.1-1 - Update to 1.9.1 -- cgit