PHP Intl extension #45613
-
Hi, I have a problem.
How to fix this? |
Beta Was this translation helpful? Give feedback.
Replies: 3 suggested answers 6 replies
-
You need to install / enable the intl extension. For example, if you used wamp, and IIRC you can right click on the icon > extension > intl |
Beta Was this translation helpful? Give feedback.
{{editor}}'s edit
{{editor}}'s edit
Loading...
Sorry, something went wrong.
-
On windows just remove semicolon in php.ini |
Beta Was this translation helpful? Give feedback.
{{editor}}'s edit
{{editor}}'s edit
Loading...
Sorry, something went wrong.
-
I had to do two things on my Symfony 6.1 project to make this work:
Dockerfile changes:
TO
Then, after rebuild of the image, run this in the container: |
Beta Was this translation helpful? Give feedback.
On windows just remove semicolon in php.ini
;extension=gmp
extension=intl
And restart server.