Skip to content

php each() function deprecated, will be removed PHP 8. #81

@gsreeves

Description

@gsreeves

In the file
upload/oneall/sociallogin/core/helper.php
the each() function is used twice. This function will be removed in PHP 8:
https://www.php.net/manual/en/function.each.php

It will not be quite as simple as replacing with foreach() since the use of each() is just part of a logic of controlling iteration in a while().

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions