Laufzeit-Konfiguration
Das Verhalten dieser Funktionen wird
durch Einstellungen in der php.ini beeinflusst.
Taint Konfigurationsoptionen
| Name |
Standard |
Veränderbar |
Changelog |
| taint.enable |
0 |
its PHP_INI_SYS value |
|
| taint.error_level |
E_WARNING |
its PHP_INI_ALL value |
|
Hier eine kurze Erklärung der
Konfigurationsoptionen:
-
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.