php8.5
Home/ Manual/ reference / swoole/ Swoole ConfigureOptions

Swoole ConfigureOptions

Swoole ConfigureOptionsNameDefaultChangeableChangelogswoole.enable_libraryOnINI_ALLswoole.enable_fiber_mockOffINI_ALLswoole.enable_preemptive_schedulerOffINI_ALLswoole.display_errorsOnINI_ALLswoole.use_shortnameOnINI_SYSTEMswoole.unixsock_buffer_size8388608INI_ALL

Runtime Runtime

NameDefaultChangeableChangelog
swoole.enable_libraryOnINI_ALL
swoole.enable_fiber_mockOffINI_ALL
swoole.enable_preemptive_schedulerOffINI_ALL
swoole.display_errorsOnINI_ALL
swoole.use_shortnameOnINI_SYSTEM
swoole.unixsock_buffer_size8388608INI_ALL

Title

swoole.enable_librarystring

Enable/disable the extension's built-in library.

swoole.enable_fiber_mockstring

Enable/disable use the xdebug extension to debug Swoole programs.

swoole.enable_preemptive_schedulerstring

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_errorsstring

Enable/disable displaying Swoole error messages.

swoole.use_shortnamestring

Enable/disable short aliases.

swoole.unixsock_buffer_sizeint

Set the size of the Socket buffer for inter-process communication.

Source: reference/swoole/ini.xml · from the official PHP manual (php/doc-en)