core icon indicating copy to clipboard operation
core copied to clipboard

Disable mbstring.func_overload

Open WanWizard opened this issue 7 years ago • 0 comments

The Fuel core sort of relies on this feature, which can cause all sorts of misery, and is therefore deprecated in PHP 7.2.

It means using an ini_set() to explicitly disable mbstring.func_overload if mbstring is loaded, scan the entire codebase for functions affected, and per hit decide whether or not it should be a multibyte function.

WanWizard avatar Nov 18 '17 10:11 WanWizard