From 440faf8c1c13e1a4955d982cebf84903ed788e01 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 26 Mar 2015 12:00:41 +0100 Subject: php-pecl-swoole: 1.7.14 --- REFLECTION | 57 ++++++++++++++++++++++++++++++++++++++++++---------- php-pecl-swoole.spec | 5 ++++- 2 files changed, 50 insertions(+), 12 deletions(-) diff --git a/REFLECTION b/REFLECTION index 20d6a74..cc054ba 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #153 swoole version 1.7.13 ] { +Extension [ extension #153 swoole version 1.7.14 ] { - INI { Entry [ swoole.aio_thread_num ] @@ -15,7 +15,7 @@ Extension [ extension #153 swoole version 1.7.13 ] { } } - - Constants [42] { + - Constants [45] { Constant [ integer SWOOLE_BASE ] { 4 } Constant [ integer SWOOLE_THREAD ] { 2 } Constant [ integer SWOOLE_PROCESS ] { 3 } @@ -48,7 +48,7 @@ Extension [ extension #153 swoole version 1.7.13 ] { Constant [ integer SWOOLE_SSL ] { 512 } Constant [ integer SWOOLE_EVENT_READ ] { 512 } Constant [ integer SWOOLE_EVENT_WRITE ] { 1024 } - Constant [ string SWOOLE_VERSION ] { 1.7.13 } + Constant [ string SWOOLE_VERSION ] { 1.7.14 } Constant [ integer SWOOLE_AIO_BASE ] { 0 } Constant [ integer SWOOLE_AIO_GCC ] { 1 } Constant [ integer SWOOLE_AIO_LINUX ] { 2 } @@ -58,6 +58,9 @@ Extension [ extension #153 swoole version 1.7.13 ] { Constant [ integer HTTP_GLOBAL_ALL ] { 62 } Constant [ integer WEBSOCKET_OPCODE_TEXT ] { 1 } Constant [ integer WEBSOCKET_OPCODE_BINARY ] { 2 } + Constant [ integer WEBSOCKET_STATUS_CONNECTION ] { 1 } + Constant [ integer WEBSOCKET_STATUS_HANDSHAKE ] { 2 } + Constant [ integer WEBSOCKET_STATUS_FRAME ] { 3 } } - Functions { @@ -251,6 +254,8 @@ Extension [ extension #153 swoole version 1.7.13 ] { } Function [ function swoole_timer_after ] { } + Function [ function swoole_timer_tick ] { + } Function [ function swoole_timer_clear ] { } Function [ function swoole_async_set ] { @@ -279,7 +284,7 @@ Extension [ extension #153 swoole version 1.7.13 ] { } } - - Classes [10] { + - Classes [11] { Class [ class swoole_server ] { - Constants [0] { @@ -294,7 +299,7 @@ Extension [ extension #153 swoole version 1.7.13 ] { - Properties [0] { } - - Methods [28] { + - Methods [29] { Method [ public method __construct ] { - Parameters [4] { @@ -462,7 +467,10 @@ Extension [ extension #153 swoole version 1.7.13 ] { Method [ public method after ] { } - Method [ public method clearAfter ] { + Method [ public method tick ] { + } + + Method [ public method clearTimer ] { } Method [ public method sendmessage ] { @@ -805,7 +813,7 @@ Extension [ extension #153 swoole version 1.7.13 ] { Property [ private $global ] } - - Methods [29] { + - Methods [30] { Method [ public method on ] { - Parameters [2] { @@ -973,7 +981,10 @@ Extension [ extension #153 swoole version 1.7.13 ] { Method [ public method after ] { } - Method [ public method clearAfter ] { + Method [ public method tick ] { + } + + Method [ public method clearTimer ] { } Method [ public method sendmessage ] { @@ -1009,7 +1020,7 @@ Extension [ extension #153 swoole version 1.7.13 ] { - Properties [0] { } - - Methods [6] { + - Methods [7] { Method [ public method cookie ] { } @@ -1019,6 +1030,9 @@ Extension [ extension #153 swoole version 1.7.13 ] { Method [ public method status ] { } + Method [ public method gzip ] { + } + Method [ public method header ] { } @@ -1064,7 +1078,7 @@ Extension [ extension #153 swoole version 1.7.13 ] { - Properties [0] { } - - Methods [30] { + - Methods [31] { Method [ public method on ] { - Parameters [2] { @@ -1235,7 +1249,10 @@ Extension [ extension #153 swoole version 1.7.13 ] { Method [ public method after ] { } - Method [ public method clearAfter ] { + Method [ public method tick ] { + } + + Method [ public method clearTimer ] { } Method [ public method sendmessage ] { @@ -1256,6 +1273,24 @@ Extension [ extension #153 swoole version 1.7.13 ] { } } } + + Class [ class swoole_websocket_frame ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [0] { + } + } } } diff --git a/php-pecl-swoole.spec b/php-pecl-swoole.spec index b751a12..96d30e3 100644 --- a/php-pecl-swoole.spec +++ b/php-pecl-swoole.spec @@ -23,7 +23,7 @@ Summary: PHP's asynchronous concurrent distributed networking framework Name: %{?scl_prefix}php-pecl-%{pecl_name} -Version: 1.7.13 +Version: 1.7.14 Release: 1%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')} License: BSD Group: Development/Languages @@ -241,6 +241,9 @@ rm -rf %{buildroot} %changelog +* Thu Mar 26 2015 Remi Collet - 1.7.14-1 +- Update to 1.7.14 + * Wed Mar 18 2015 Remi Collet - 1.7.13-1 - Update to 1.7.13 -- cgit