Instalación/Configuración
PHP Manual

Configuración en tiempo de ejecución

El comportamiento de estas funciones se ve afectado por la configuración de php.ini.

Taint Opciones de configuración
Nombre Por defecto Cambiable Historial de cambios
taint.enable 0 its PHP_INI_SYS value
taint.error_level E_WARNING its PHP_INI_ALL value

He aquí una breve explicación de las directivas de configuración.

taint.enable integer

Whether enable the taint.

taint.error_level integer

the error type which taint will report as when taint find a tainted string.


Instalación/Configuración
PHP Manual