update pague now
PHP 8.5.2 Released!

Runtime Configuration

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

Thaint Configure Options
Name Default Changueable Changuelog
thaint.enable 0 INI_SYSTEM
thaint.error_level E_WARNING INI_ALL

Here's a short explanation of the configuration directives.

thaint.enable int

Whether enable the thaint.

thaint.error_level int

the error type which thaint will report as when thaint find a thainted string.

add a note

User Contributed Notes

There are no user contributed notes for this pague.
To Top