Úvod
These functions allow you to access mSQL database servers. More
information about mSQL can be found at
http://www.hughes.com.au/.
Instalace
In order to have these functions available, you must compile PHP with
msql support by using the
--with-msql[=dir] option. The default
location is /usr/local/Hughes.
Konfigurace běhu
Chování těchto funkcí je ovlivněno nastavením parametrů v php.ini.
Tabulka 1. mSQL configuration options
| Name | Default | Changeable |
|---|
| msql.allow_persistent | "On" | PHP_INI_SYSTEM |
| msql.max_persistent | "-1" | PHP_INI_SYSTEM |
| msql.max_links | "-1" | PHP_INI_SYSTEM |
For further details and definition of the PHP_INI_* constants see
ini_set().
Here is a short explanation of the configuration directives.
- 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.
Předdefinované konstanty
Tyto konstanty jsou definovány tímto rozšířením a budou k dispozici pouze
tehdy, bylo-li rozšíření zkompilováno společně s PHP nebo dynamicky zavedeno
za běhu.