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
Replace usage of 0 === strpos or 0 !== strpos with str_starts_with. It makes the code more readable and use a PHP native function ( which may have a performance benefit ).
Search the codebase for this and change all instances…
Alternatives
Not upgrade, PHP is backeard-compatibility. But for maintenance reasons and to prevent further misunderstandings, this is an important step nevertheless.