wodby / php

Generic PHP docker container images
MIT License
156 stars 103 forks source link

Locales not working #177

Closed manueleone closed 1 year ago

manueleone commented 1 year ago

Hi, first of all, thank you for your work!

I noticed that since version 4.34.0 locales are not working anymore. I use this image for a Symfony 5.4 installation with php 8.1 localized in Italian language. Date format now defaults to US notation so I switched back to 4.33.4 to fix the issue.

Am I missing some settings/configuration?

csandanov commented 1 year ago

yes, this is due to alpine upgrade, now we have to install icu-data-full package

thank you for reporting this