|
8.55.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 |
| assert.active |
"1" |
PHP_INI_ALL |
|
| assert.bail |
"0" |
PHP_INI_ALL |
|
| assert.warning |
"1" |
PHP_INI_ALL |
|
| assert.callback |
NULL |
PHP_INI_ALL |
|
| assert.quiet_eval |
"0" |
PHP_INI_ALL |
|
| enable_dl |
"1" |
PHP_INI_SYSTEM |
|
| max_execution_time |
"30" |
PHP_INI_ALL |
|
| max_input_time |
"-1" |
PHP_INI_PERDIR |
Disponible depuis PHP 4.3.0. |
| magic_quotes_gpc |
"1" |
PHP_INI_PERDIR |
Disponible depuis PHP <= 4.2.3. |
| magic_quotes_runtime |
"0" |
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.
|