Конфигурација во време на извршување
Почист и полокален преглед на PHP референцата, со задржана структура од PHP.net и подобра читливост за примери, секции и белешки.
Конфигурација во време на извршување
Референца за `swoole.configuration.php` со подобрена типографија и навигација.
Конфигурација во време на извршување
Поведението на овие функции е под влијание на поставките во php.ini.
| Име | Стандардно | Променливо | Дневник на промени |
|---|---|---|---|
| swoole.enable_library | На | INI_ALL |
|
| swoole.enable_fiber_mock | Исклучено | INI_ALL |
|
| swoole.enable_preemptive_scheduler | Исклучено | INI_ALL |
|
| swoole.display_errors | На | INI_ALL |
|
| swoole.use_shortname | На | INI_SYSTEM |
|
| swoole.unixsock_buffer_size | 8388608 | INI_ALL |
Еве кратко објаснување на директивите за конфигурација.
-
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.