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

Missing PHP extension iconv #454

Open
3 tasks done
Calvario opened this issue Aug 28, 2024 · 0 comments
Open
3 tasks done

Missing PHP extension iconv #454

Calvario opened this issue Aug 28, 2024 · 0 comments

Comments

@Calvario
Copy link

Support guidelines

I've found a bug and checked that ...

  • ... the documentation does not mention anything about my problem
  • ... there are no open or closed issues that are related to my problem

Description

iconv is not enabled and will impact StringHelpers::inferEncoding() allowing non-utf8 librenms/librenms#16324

Expected behaviour

iconv to be enabled

Actual behaviour

iconv is not enabled

Steps to reproduce

# cat test_iconv.php
<?php
echo function_exists('iconv') ? 'iconv function exists' : 'iconv function does not exist';
?>

# php test_iconv.php
iconv function does not exist

Docker info

N/A

Docker Compose config

No response

Logs

N/A

Additional info

Apply to all the latest images available

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

No branches or pull requests

1 participant