You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
... 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 functiondoes not exist
Docker info
N/A
Docker Compose config
No response
Logs
N/A
Additional info
Apply to all the latest images available
The text was updated successfully, but these errors were encountered:
Support guidelines
I've found a bug and checked that ...
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
Docker info
Docker Compose config
No response
Logs
Additional info
Apply to all the latest images available
The text was updated successfully, but these errors were encountered: