Configurația la rulare

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

Mysql_xdevapi Opțiuni de configurare pentru
Denumire Valoare implicită Poate fi modificată Jurnal al modificărilor
xmysqlnd.collect_memory_statistics 0 PHP_INI_SYSTEM
xmysqlnd.collect_statistics 1 PHP_INI_ALL
xmysqlnd.debug   PHP_INI_SYSTEM
xmysqlnd.mempool_default_size 16000 PHP_INI_ALL
xmysqlnd.net_read_timeout 31536000 PHP_INI_SYSTEM
xmysqlnd.trace_alloc   PHP_INI_SYSTEM

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

xmysqlnd.collect_memory_statistics int

xmysqlnd.collect_statistics int

xmysqlnd.debug string

xmysqlnd.mempool_default_size int

xmysqlnd.net_read_timeout int

xmysqlnd.trace_alloc string

add a note add a note

User Contributed Notes

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