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] Replace deprecated utf8_encode() #15

Open
jofranz opened this issue Nov 25, 2023 · 0 comments
Open

[PHP 8.2] Replace deprecated utf8_encode() #15

jofranz opened this issue Nov 25, 2023 · 0 comments
Milestone

Comments

@jofranz
Copy link
Member

jofranz commented Nov 25, 2023

Warning: This function has been DEPRECATED as of PHP 8.2.0. Relying on this function is highly discouraged.

https://www.php.net/manual/en/function.utf8-encode.php

See: https://wiki.php.net/rfc/remove_utf8_decode_and_utf8_encode

aip/Civi/AIP/Reader/CSV.php:            $new_record[$key] = utf8_encode($value);
@bjendres bjendres added this to the AIP 1.2 milestone May 21, 2024
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