Skip to content

Added php81-iconv as an installed php extension #164

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

Merged
merged 2 commits into from
Mar 2, 2023
Merged

Added php81-iconv as an installed php extension #164

merged 2 commits into from
Mar 2, 2023

Conversation

ssddanbrown
Copy link
Contributor

linuxserver.io


  • I have read the contributing guideline and understand that I have made the correct modifications

Description:

This adds the iconv PHP extension to the build scripts since the iconv php extension is a requirement for BookStack that has previously been poly-filled but is now needed as an extension.

See #162 for more detail.

Benefits of this PR and context:

This adds a required extension that's needed in certain features of BookStack, such as QR code generation for TOTP MFA.

How Has This Been Tested?

I build a fresh image for the modified files, then used that in a compose setup to check the image worked, at that the error produced from the lack of the iconv extension no longer shows.
I also checked the build log to ensure the icon extension is no longer uninstalled in the build process, like it was before.

This was on an x64 Fedora Linux 37 system.
I did not test the arm image(s) specifically.

Source / References:

#162

Adding since the iconv php extension is a requirement for BookStack that
has previously been polyfilled but is now needed as an extension.
Related to #162
Copy link

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for opening this pull request! Be sure to follow the pull request template!

@LinuxServer-CI
Copy link
Collaborator

@LinuxServer-CI
Copy link
Collaborator

@aptalca aptalca merged commit 602677f into linuxserver:master Mar 2, 2023
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

Successfully merging this pull request may close these issues.

3 participants