Skip to content
This repository has been archived by the owner on Jan 25, 2023. It is now read-only.

PHP extension for encodings (UTF-8) missing #149

Closed
minthemiddle opened this issue Feb 22, 2018 · 2 comments
Closed

PHP extension for encodings (UTF-8) missing #149

minthemiddle opened this issue Feb 22, 2018 · 2 comments

Comments

@minthemiddle
Copy link

mbstring handles encodings in PHP. If any package uses UTF-8, it needs mbstring.

It is not yet in the build image. Many projects based on Symfony or Laravel will not build.

Adding it could be as simple as sudo apt-get install php7.2-mbstring. For some strange reasons, PHP core does not require it, despite 80% of modern PHP packages depend on it.

Could create a PR as well.

@brycekahle
Copy link
Contributor

This is live in production now. Thanks for putting PHP through its paces!

@minthemiddle
Copy link
Author

Works flawlessly! Great work @brycekahle

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

No branches or pull requests

2 participants