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
{{ message }}
This repository has been archived by the owner on Jan 25, 2023. It is now read-only.
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.
The text was updated successfully, but these errors were encountered:
mbstring
handles encodings in PHP. If any package uses UTF-8, it needsmbstring
.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.
The text was updated successfully, but these errors were encountered: