diff options
author | Remi Collet <remi@remirepo.net> | 2021-10-13 15:17:04 +0200 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2021-10-13 15:17:04 +0200 |
commit | 0270275b3f46475d427cb51a2cadf7eaa97f9f4f (patch) | |
tree | 20ee7ab780a6073392692becd3d3b3ac1389260d /REFLECTION | |
parent | 1d5bf712b4344dab40d6b84e5a699d46698166ad (diff) |
new package php-pecl-openswoole
Diffstat (limited to 'REFLECTION')
-rw-r--r-- | REFLECTION | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1,4 +1,4 @@ -Extension [ <persistent> extension #124 swoole version 4.7.1 ] { +Extension [ <persistent> extension #90 swoole version 4.7.1 ] { - Dependencies { Dependency [ json (Required) ] @@ -248,9 +248,9 @@ Extension [ <persistent> 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 } |