|
8.12.7 Configuration à l'exécution
Le comportement de ces fonctions est
affecté par la configuration dans le fichier
php.ini
.
| Nom |
Par défaut |
Modifiable |
| com.allow_dcom |
"0" |
PHP_INI_SYSTEM |
| com.autoregister_typelib |
"0" |
PHP_INI_ALL |
| com.autoregister_verbose |
"0" |
PHP_INI_ALL |
| com.autoregister_casesensitive |
"1" |
PHP_INI_ALL |
| com.code_page |
"" |
PHP_INI_ALL |
| com.typelib_file |
"" |
PHP_INI_SYSTEM |
Pour plus de détails sur les constantes PHP_INI_*,
reportez-vous à
ini_set
.
Voici un éclaircissement sur
l'utilisation des directives de configuration.
|