Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Disable mbstring.func_overload #2077

Open
WanWizard opened this issue Nov 18, 2017 · 0 comments
Open

Disable mbstring.func_overload #2077

WanWizard opened this issue Nov 18, 2017 · 0 comments

Comments

@WanWizard
Copy link
Member

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant