|
8.47.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 |
| ibase.allow_persistent |
"1" |
PHP_INI_SYSTEM |
|
| ibase.max_persistent |
"-1" |
PHP_INI_SYSTEM |
|
| ibase.max_links |
"-1" |
PHP_INI_SYSTEM |
|
| ibase.default_db |
NULL |
PHP_INI_SYSTEM |
Disponible depuis PHP 5.0.0. |
| ibase.default_user |
NULL |
PHP_INI_ALL |
|
| ibase.default_password |
NULL |
PHP_INI_ALL |
|
| ibase.default_charset |
NULL |
PHP_INI_ALL |
Disponible depuis PHP 5.0.0. |
| ibase.timestampformat |
"%Y-%m-%d %H:%M:%S" |
PHP_INI_ALL |
|
| ibase.dateformat |
"%Y-%m-%d" |
PHP_INI_ALL |
|
| ibase.timeformat |
"%H:%M:%S" |
PHP_INI_ALL |
|
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.
|