Laufzeit-Konfiguration

Das Verhalten dieser Funktionen wird durch Einstellungen in der php.ini beeinflusst.

Taint Konfigurationsoptionen
NameStandardVeränderbarChangelog
taint.enable0INI_SYSTEM
taint.error_levelE_WARNINGINI_ALL

Hier eine kurze Erklärung der Konfigurationsoptionen:

taint.enableint

Whether enable the taint.

taint.error_levelint

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

To Top