Runtime Configuration

The behaviour of these functions is affected by settings in php.ini.

Taint Configure Options
Name Default Changeable Changelog
taint.enable 0 its PHP_INI_SYS value
taint.error_level E_WARNING its PHP_INI_ALL value

Here's a short explanation of the configuration directives.

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.