Configuración en tiempo de ejecución
El comportamiento de estas funciones se ve afectado por la configuración de php.ini.
| Nombre | Por defecto | Cambiable | Changelog |
|---|---|---|---|
| htscanner.config_file | ".htscanner" | PHP_INI_SYSTEM | |
| htscanner.default_docroot | "/" | PHP_INI_SYSTEM | |
| htscanner.default_ttl | "300" | PHP_INI_SYSTEM | |
| htscanner.stop_on_error | "Off" | PHP_INI_SYSTEM |
He aquí una breve explicación de las directivas de configuración.
-
htscanner.config_filestring -
Nombre para el archivo de configuración.
-
htscanner.default_docrootstring -
Documentación de root por omisión.
-
htscanner.default_ttlint -
Tiempo de cache para la configuración de los datos, en segundos.
-
htscanner.stop_on_errorint -
Parar los errores (parse error, no puede ser establecido en ini).