From 3bb766f905de4b986b9098ce88825f7e32916d6c Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 10 Mar 2015 08:39:48 +0100 Subject: php-pecl-swoole: 1.7.11 --- REFLECTION | 43 +++++++++++++++++++++++-------------------- 1 file changed, 23 insertions(+), 20 deletions(-) (limited to 'REFLECTION') diff --git a/REFLECTION b/REFLECTION index 6f4b313..69b3696 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #147 swoole version 1.7.10 ] { +Extension [ extension #147 swoole version 1.7.11 ] { - INI { Entry [ swoole.aio_thread_num ] @@ -48,7 +48,7 @@ Extension [ extension #147 swoole version 1.7.10 ] { Constant [ integer SWOOLE_SSL ] { 512 } Constant [ integer SWOOLE_EVENT_READ ] { 512 } Constant [ integer SWOOLE_EVENT_WRITE ] { 1024 } - Constant [ string SWOOLE_VERSION ] { 1.7.10 } + Constant [ string SWOOLE_VERSION ] { 1.7.11 } Constant [ integer SWOOLE_AIO_BASE ] { 0 } Constant [ integer SWOOLE_AIO_GCC ] { 1 } Constant [ integer SWOOLE_AIO_LINUX ] { 2 } @@ -732,57 +732,57 @@ Extension [ extension #147 swoole version 1.7.10 ] { } } - Method [ public method rewind ] { + Method [ public method count ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ $mode ] } } - Method [ public method next ] { + Method [ public method del ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ $key ] } } - Method [ public method current ] { + Method [ public method lock ] { - Parameters [0] { } } - Method [ public method key ] { + Method [ public method unlock ] { - Parameters [0] { } } - Method [ public method valid ] { + Method [ public method rewind ] { - Parameters [0] { } } - Method [ public method count ] { + Method [ public method next ] { - - Parameters [1] { - Parameter #0 [ $mode ] + - Parameters [0] { } } - Method [ public method del ] { + Method [ public method current ] { - - Parameters [1] { - Parameter #0 [ $key ] + - Parameters [0] { } } - Method [ public method lock ] { + Method [ public method key ] { - Parameters [0] { } } - Method [ public method unlock ] { + Method [ public method valid ] { - Parameters [0] { } @@ -814,7 +814,7 @@ Extension [ extension #147 swoole version 1.7.10 ] { } } - Method [ public method setGlobal ] { + Method [ public method setglobal ] { } Method [ public method start ] { @@ -1009,7 +1009,7 @@ Extension [ extension #147 swoole version 1.7.10 ] { - Properties [0] { } - - Methods [5] { + - Methods [6] { Method [ public method cookie ] { } @@ -1022,6 +1022,9 @@ Extension [ extension #147 swoole version 1.7.10 ] { Method [ public method header ] { } + Method [ public method write ] { + } + Method [ public method end ] { } } @@ -1073,7 +1076,7 @@ Extension [ extension #147 swoole version 1.7.10 ] { Method [ public method push ] { } - Method [ public method setGlobal ] { + Method [ public method setglobal ] { } Method [ public method start ] { -- cgit