PHP Velho Oeste 2024

Configurația la rulare

Comportamentul acestor funcții este afectat de parametrii stabiliți în php.ini.

Swoole Opțiuni de configurare pentru
Denumire Valoare implicită Poate fi modificată Jurnal al modificărilor
swoole.aio_thread_num 2 PHP_INI_ALL
swoole.display_errors On PHP_INI_ALL
swoole.fast_serialize Off PHP_INI_ALL
swoole.unixsock_buffer_size 8388608 PHP_INI_ALL
swoole.use_namespace On PHP_INI_SYSTEM

Iată o explicație pe scurt a directivelor de configurare.

swoole.aio_thread_num int

POSIX asynchronous I/O thread number

swoole.display_errors string

This determines whether Swoole errors should be printed to the screen.

swoole.fast_serialize string

Whether to enable Swoole fast_serialize.

swoole.unixsock_buffer_size int

Buffer size of Unix socket.

swoole.use_namespace string

Whether to use PHP namespaces

add a note add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top