Skip to content
New issue

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

PHP 8.2 utf8_encode deprecation #79

Open
parallels999 opened this issue Nov 24, 2022 · 1 comment
Open

PHP 8.2 utf8_encode deprecation #79

parallels999 opened this issue Nov 24, 2022 · 1 comment

Comments

@parallels999
Copy link

parallels999 commented Nov 24, 2022

https://php.watch/versions/8.2/utf8_encode-utf8_decode-deprecated

@ccampbell is this package already dead?

@djbritt
Copy link

djbritt commented Jun 22, 2023

Line 405 I changed to this, and it doesn't error out now.

return base64_encode(mb_convert_encoding(json_encode($data), 'UTF-8'));

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants