|
8.133.4 Configuration à l'exécution
Le comportement de ces fonctions est
affecté par la configuration dans le fichier
php.ini
.
| Nom |
Par défaut |
Modifiable |
Historique |
| odbc.default_db * |
NULL |
PHP_INI_ALL |
|
| odbc.default_user * |
NULL |
PHP_INI_ALL |
|
| odbc.default_pw * |
NULL |
PHP_INI_ALL |
|
| odbc.allow_persistent |
"1" |
PHP_INI_SYSTEM |
|
| odbc.check_persistent |
"1" |
PHP_INI_SYSTEM |
|
| odbc.max_persistent |
"-1" |
PHP_INI_SYSTEM |
|
| odbc.max_links |
"-1" |
PHP_INI_SYSTEM |
|
| odbc.defaultlrl |
"4096" |
PHP_INI_ALL |
|
| odbc.defaultbinmode |
"1" |
PHP_INI_ALL |
|
| Note | |
Les entrées marquées avec une étoile ne sont pas encore implémentées.
|
Pour plus de détails sur les constantes PHP_INI_*,
reportez-vous à Directives du php.ini .
Voici un éclaircissement sur
l'utilisation des directives de configuration.
|