Документация PHP
| Документация DHTML | Документация Smarty | SVG/VML Графика и JavaScript
| Документация bash |
Настройка во время выполнения
Поведение этих функций зависит от установок в php.ini.
Name | Default | Changeable | Changelog |
---|---|---|---|
msql.allow_persistent | "1" | PHP_INI_ALL | |
msql.max_persistent | "-1" | PHP_INI_ALL | |
msql.max_links | "-1" | PHP_INI_ALL |
Краткое разъяснение конфигурационных директив.
- msql.allow_persistent boolean
-
Whether to allow persistent mSQL connections.
- msql.max_persistent integer
-
The maximum number of persistent mSQL connections per process.
- msql.max_links integer
-
The maximum number of mSQL connections per process, including persistent connections.