From 0270275b3f46475d427cb51a2cadf7eaa97f9f4f Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 13 Oct 2021 15:17:04 +0200 Subject: new package php-pecl-openswoole --- REFLECTION | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'REFLECTION') diff --git a/REFLECTION b/REFLECTION index 4d7b0d2..4aa19ff 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #124 swoole version 4.7.1 ] { +Extension [ extension #90 swoole version 4.7.1 ] { - Dependencies { Dependency [ json (Required) ] @@ -248,9 +248,9 @@ Extension [ extension #124 swoole version 4.7.1 ] { Constant [ int SWOOLE_RWLOCK ] { 1 } Constant [ int SWOOLE_SPINLOCK ] { 5 } Constant [ int SWOOLE_TIMER_MIN_MS ] { 1 } - Constant [ float SWOOLE_TIMER_MIN_SEC ] { 0.001 } + Constant [ float SWOOLE_TIMER_MIN_SEC ] { 0,001 } Constant [ int SWOOLE_TIMER_MAX_MS ] { 9223372036854775807 } - Constant [ float SWOOLE_TIMER_MAX_SEC ] { 9.2233720368548E+15 } + Constant [ float SWOOLE_TIMER_MAX_SEC ] { 9,2233720368548E+15 } Constant [ int SWOOLE_DEFAULT_MAX_CORO_NUM ] { 100000 } Constant [ int SWOOLE_CORO_MAX_NUM_LIMIT ] { 9223372036854775807 } Constant [ int SWOOLE_CORO_INIT ] { 0 } -- cgit