Skip to content
This repository was archived by the owner on Jan 8, 2021. It is now read-only.
/ utf8 Public archive
This repository was archived by the owner on Jan 8, 2021. It is now read-only.

Deprecated each() function #74

@rxu

Description

@rxu

each() function has been deprecated as of PHP 7.2 and has been removed in yet unreleased PHP 8. It's used here https://github.com/tchwork/utf8/blob/master/src/Patchwork/Utf8/WindowsStreamWrapper.php#L109

Please consider replacing it with another implementation (f.e. if ($c = current($this->handle)) or something) if possible.
The library is used by another projects requiring PHP 7.2+ compatibility.
Thanks.

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