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

iconv_mime_decode() unavailable on some old PHP versions #6

Open
piRGoif opened this issue Feb 23, 2024 · 0 comments
Open

iconv_mime_decode() unavailable on some old PHP versions #6

piRGoif opened this issue Feb 23, 2024 · 0 comments
Assignees

Comments

@piRGoif
Copy link

piRGoif commented Feb 23, 2024

Hello, I wanted to check iconv_mime_decode PHP function results on various PHP versions including old ones (7.4.33 especially). With a snippet like this one :

$value = 'my string to decode';
echo iconv_mime_decode($value, ICONV_MIME_DECODE_CONTINUE_ON_ERROR, 'UTF-8');

But with multiple PHP versions I get the error : "Call to undefined function iconv_mime_decode()" :

  • 7.4.33 (but ok in 7.4.32)
  • 5.4.0 - 5.4.45
    (and multiple PHP 4 versions)
@SjonHortensius SjonHortensius self-assigned this Feb 24, 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