mbstring.func_overload=2 and mbstring.internal_encoding=UTF-8.
1 Odpověď
Hello,
from what I’ve found out about these functions:
- mbstring.internal_encoding doesn’t have a default value on our servers and you can set it directly in the code.
- mbstring.func_overload is globally disabled even in lower versions of PHP, as since PHP 7.2 it is a deprecated feature, and since PHP 8.0 removed entirely.
MB313456 Vybral nejlepší odpověď