We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Portable UTF-8 is using utf8_encode which is deprecated in PHP 8.2 and should be replaced: https://php.watch/versions/8.2/utf8_encode-utf8_decode-deprecated
utf8_encode
portable-utf8/src/voku/helper/UTF8.php
Lines 13303 to 13305 in ce72331
Minutes. Replacement-functions for utf8_encode are listed here: https://php.watch/versions/8.2/utf8_encode-utf8_decode-deprecated#utf8_encode-replace
The text was updated successfully, but these errors were encountered:
No branches or pull requests
What is this feature about (expected vs actual behaviour)?
Portable UTF-8 is using
utf8_encode
which is deprecated in PHP 8.2 and should be replaced: https://php.watch/versions/8.2/utf8_encode-utf8_decode-deprecatedportable-utf8/src/voku/helper/UTF8.php
Lines 13303 to 13305 in ce72331
Does it take minutes, hours or days to fix?
Minutes. Replacement-functions for
utf8_encode
are listed here: https://php.watch/versions/8.2/utf8_encode-utf8_decode-deprecated#utf8_encode-replaceThe text was updated successfully, but these errors were encountered: