PHP 7 to 8 migration, what to do with MB_OVERLOAD_STRING

1k views Asked by At

I am trying to migrate php website from version 7 to 8. There is MB_OVERLOAD_STRING used, which is removed in PHP 8. What should I do to migrate it? Just replace all strpos, and other functions to mb_strpos or something else?

0

There are 0 answers