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
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.
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#L109Please 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.