mbstring.func_overload=2 and mbstring.internal_encoding=UTF-8.
Hello, we need to set PHP: mbstring.func_overload=2 and mbstring.internal_encoding=UTF-8.
How can we do that from control panel?
Thank you.
Role: Zákazník
Otázka je uzamčena pro nové odpovědi.
MB313456 Vybral nejlepší odpověď 13. 12. 2022
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ěď 13. 12. 2022