From 1549c03575d9e796dad1ed5be23743f3c206322f Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 26 Nov 2014 09:26:01 +0100 Subject: php-pecl-swoole: 1.7.8 (stable) --- REFLECTION | 48 +++++++++++++++++++++++++++++++++++++++++------- 1 file changed, 41 insertions(+), 7 deletions(-) (limited to 'REFLECTION') diff --git a/REFLECTION b/REFLECTION index 55afe68..a84af72 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,9 +1,12 @@ -Extension [ extension #145 swoole version 1.7.7 ] { +Extension [ extension #147 swoole version 1.7.8 ] { - INI { Entry [ swoole.aio_thread_num ] Current = '2' } + Entry [ swoole.display_errors ] + Current = '2' + } Entry [ swoole.message_queue_key ] Current = '0' } @@ -12,7 +15,7 @@ Extension [ extension #145 swoole version 1.7.7 ] { } } - - Constants [33] { + - Constants [35] { Constant [ integer SWOOLE_BASE ] { 4 } Constant [ integer SWOOLE_THREAD ] { 2 } Constant [ integer SWOOLE_PROCESS ] { 3 } @@ -23,6 +26,8 @@ Extension [ extension #145 swoole version 1.7.7 ] { Constant [ integer SWOOLE_SOCK_TCP6 ] { 3 } Constant [ integer SWOOLE_SOCK_UDP ] { 2 } Constant [ integer SWOOLE_SOCK_UDP6 ] { 4 } + Constant [ integer SWOOLE_SOCK_UNIX_DGRAM ] { 5 } + Constant [ integer SWOOLE_SOCK_UNIX_STREAM ] { 6 } Constant [ integer SWOOLE_TCP ] { 1 } Constant [ integer SWOOLE_TCP6 ] { 3 } Constant [ integer SWOOLE_UDP ] { 2 } @@ -42,7 +47,7 @@ Extension [ extension #145 swoole version 1.7.7 ] { Constant [ integer SWOOLE_SSL ] { 512 } Constant [ integer SWOOLE_EVENT_READ ] { 512 } Constant [ integer SWOOLE_EVENT_WRITE ] { 1024 } - Constant [ string SWOOLE_VERSION ] { 1.7.7 } + Constant [ string SWOOLE_VERSION ] { 1.7.8 } Constant [ integer SWOOLE_AIO_BASE ] { 0 } Constant [ integer SWOOLE_AIO_GCC ] { 1 } Constant [ integer SWOOLE_AIO_LINUX ] { 2 } @@ -183,6 +188,14 @@ Extension [ extension #145 swoole version 1.7.7 ] { Parameter #1 [ $from_id ] } } + Function [ function swoole_bind_uid ] { + + - Parameters [3] { + Parameter #0 [ swoole_server $zobject ] + Parameter #1 [ $fd ] + Parameter #2 [ $uid ] + } + } Function [ function swoole_connection_info ] { - Parameters [3] { @@ -280,7 +293,7 @@ Extension [ extension #145 swoole version 1.7.7 ] { - Properties [0] { } - - Methods [23] { + - Methods [24] { Method [ public method __construct ] { - Parameters [4] { @@ -420,6 +433,14 @@ Extension [ extension #145 swoole version 1.7.7 ] { } } + Method [ public method bind_uid ] { + + - Parameters [2] { + Parameter #0 [ $fd ] + Parameter #1 [ $uid ] + } + } + Method [ public method connection_info ] { - Parameters [2] { @@ -746,7 +767,7 @@ Extension [ extension #145 swoole version 1.7.7 ] { - Properties [0] { } - - Methods [23] { + - Methods [24] { Method [ public method on ] { - Parameters [2] { @@ -883,6 +904,14 @@ Extension [ extension #145 swoole version 1.7.7 ] { } } + Method [ public method bind_uid ] { + + - Parameters [2] { + Parameter #0 [ $fd ] + Parameter #1 [ $uid ] + } + } + Method [ public method connection_info ] { - Parameters [2] { @@ -921,10 +950,13 @@ Extension [ extension #145 swoole version 1.7.7 ] { - Properties [0] { } - - Methods [5] { + - Methods [6] { Method [ public method cookie ] { } + Method [ public method rawcookie ] { + } + Method [ public method status ] { } @@ -953,7 +985,9 @@ Extension [ extension #145 swoole version 1.7.7 ] { - Properties [0] { } - - Methods [0] { + - Methods [1] { + Method [ public method rawcontent ] { + } } } } -- cgit