php.ini の設定により動作が変化します。
INI_ALL
INI_SYSTEM
以下に設定ディレクティブに関する 簡単な説明を示します。
swoole.enable_library
Enable/disable the extension's built-in library.
swoole.enable_fiber_mock
Enable/disable use the xdebug extension to debug Swoole programs.
swoole.enable_preemptive_scheduler
Prevent some coroutines from consuming CPU time for too long in a tight loop (10ms of CPU time), preventing other coroutines from getting scheduled.
swoole.display_errors
Enable/disable displaying Swoole error messages.
swoole.use_shortname
Enable/disable short aliases.
swoole.unixsock_buffer_size
Set the size of the Socket buffer for inter-process communication.