| 
 
  8.46.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 | 
 
| ibase.allow_persistent | 
"On" | 
PHP_INI_SYSTEM | 
 
| ibase.max_persistent | 
"-1" | 
PHP_INI_SYSTEM | 
 
| ibase.max_links | 
"-1" | 
PHP_INI_SYSTEM | 
 
| ibase.default_db | 
NULL | 
PHP_INI_SYSTEM | 
 
| ibase.default_user | 
NULL | 
PHP_INI_ALL | 
 
| ibase.default_password | 
NULL | 
PHP_INI_ALL | 
 
| ibase.default_charset | 
NULL | 
PHP_INI_ALL | 
 
| 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 à  
ini_set
 .
 
 
Voici un éclaircissement sur
l'utilisation des directives de configuration. 
 
 
 |