You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In all cases of using mb_** functions I've found they are used with explicit specification of Smarty::$_CHARSET, and I can see clear disadvantage of such hidden behavior change for an entire application.
FILE: /smarty/sysplugins/smarty_internal_smartytemplatecompiler.php
------------------------------------------------------------------------------------
FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
------------------------------------------------------------------------------------
111 | WARNING | INI directive 'mbstring.func_overload' is deprecated since PHP 7.2
------------------------------------------------------------------------------------
FILE: /smarty/sysplugins/smarty_internal_config_file_compiler.php
------------------------------------------------------------------------------------
FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
------------------------------------------------------------------------------------
134 | WARNING | INI directive 'mbstring.func_overload' is deprecated since PHP 7.2
------------------------------------------------------------------------------------
INI directive 'mbstring.func_overload' is deprecated since PHP 7.2,pelase add a new release
The text was updated successfully, but these errors were encountered: