diff options
author | Remi Collet <remi@remirepo.net> | 2021-10-13 14:48:05 +0200 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2021-10-13 14:48:05 +0200 |
commit | 1d5bf712b4344dab40d6b84e5a699d46698166ad (patch) | |
tree | 8be974441fd3a941db03d1680d5f19c93a728d0a /PHPINFO |
duplicate swoole spec
Diffstat (limited to 'PHPINFO')
-rw-r--r-- | PHPINFO | 38 |
1 files changed, 38 insertions, 0 deletions
@@ -0,0 +1,38 @@ + +swoole + +Swoole => enabled +Author => Swoole Team <team@swoole.com> +Version => 4.7.1 +Built => Aug 26 2021 00:00:00 +coroutine => enabled with boost asm context +trace_log => enabled +epoll => enabled +eventfd => enabled +signalfd => enabled +cpu_affinity => enabled +spinlock => enabled +rwlock => enabled +sockets => enabled +openssl => OpenSSL 1.1.1k FIPS 25 Mar 2021 +dtls => enabled +http2 => enabled +json => enabled +curl-native => enabled +pcre => enabled +c-ares => 1.17.0 +zlib => 1.2.11 +brotli => E16777225/D16777225 +mutex_timedlock => enabled +pthread_barrier => enabled +futex => enabled +mysqlnd => enabled +async_redis => enabled + +Directive => Local Value => Master Value +swoole.enable_coroutine => On => On +swoole.enable_library => On => On +swoole.enable_preemptive_scheduler => Off => Off +swoole.display_errors => On => On +swoole.use_shortname => On => On +swoole.unixsock_buffer_size => 8388608 => 8388608 |