From 1faff2e7fa34e711c830b02f40046e57395c47b5 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 29 Dec 2017 18:20:55 +0100 Subject: Update to 2.0.12 (stable) drop PHP 5 support --- REFLECTION | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'REFLECTION') diff --git a/REFLECTION b/REFLECTION index 892ef30..0eca469 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #143 swoole version 2.0.11 ] { +Extension [ extension #143 swoole version 2.0.12 ] { - INI { Entry [ swoole.aio_thread_num ] @@ -63,7 +63,7 @@ Extension [ extension #143 swoole version 2.0.11 ] { Constant [ integer SWOOLE_DTLSv1_CLIENT_METHOD ] { 17 } Constant [ integer SWOOLE_EVENT_READ ] { 512 } Constant [ integer SWOOLE_EVENT_WRITE ] { 1024 } - Constant [ string SWOOLE_VERSION ] { 2.0.11 } + Constant [ string SWOOLE_VERSION ] { 2.0.12 } Constant [ integer SWOOLE_REDIS_MODE_MULTI ] { 0 } Constant [ integer SWOOLE_REDIS_MODE_PIPELINE ] { 1 } Constant [ integer SWOOLE_REDIS_TYPE_NOT_FOUND ] { 0 } @@ -318,6 +318,7 @@ Extension [ extension #143 swoole version 2.0.11 ] { Property [ public $onManagerStop ] Property [ public $onPipeMessage ] Property [ public $setting ] + Property [ public $connections ] Property [ public $host ] Property [ public $port ] Property [ public $type ] @@ -328,7 +329,6 @@ Extension [ extension #143 swoole version 2.0.11 ] { Property [ public $worker_id ] Property [ public $taskworker ] Property [ public $worker_pid ] - Property [ public $connections ] } - Methods [42] { @@ -3058,6 +3058,7 @@ Extension [ extension #143 swoole version 2.0.11 ] { Property [ public $onManagerStart ] Property [ public $onManagerStop ] Property [ public $onPipeMessage ] + Property [ public $connections ] Property [ public $host ] Property [ public $port ] Property [ public $type ] @@ -3068,7 +3069,6 @@ Extension [ extension #143 swoole version 2.0.11 ] { Property [ public $worker_id ] Property [ public $taskworker ] Property [ public $worker_pid ] - Property [ public $connections ] Property [ public $onRequest ] Property [ public $onHandshake ] Property [ public $setting ] @@ -3693,6 +3693,7 @@ Extension [ extension #143 swoole version 2.0.11 ] { Property [ public $onManagerStart ] Property [ public $onManagerStop ] Property [ public $onPipeMessage ] + Property [ public $connections ] Property [ public $host ] Property [ public $port ] Property [ public $type ] @@ -3703,7 +3704,6 @@ Extension [ extension #143 swoole version 2.0.11 ] { Property [ public $worker_id ] Property [ public $taskworker ] Property [ public $worker_pid ] - Property [ public $connections ] Property [ public $onRequest ] Property [ public $onHandshake ] Property [ public $setting ] @@ -4692,6 +4692,7 @@ Extension [ extension #143 swoole version 2.0.11 ] { Property [ public $onManagerStop ] Property [ public $onPipeMessage ] Property [ public $setting ] + Property [ public $connections ] Property [ public $host ] Property [ public $port ] Property [ public $type ] @@ -4702,7 +4703,6 @@ Extension [ extension #143 swoole version 2.0.11 ] { Property [ public $worker_id ] Property [ public $taskworker ] Property [ public $worker_pid ] - Property [ public $connections ] } - Methods [43] { -- cgit