Hello,
I install INTL extension but, it's not loaded.
sudo apt install lsphp83-intl
I don't see it in my phpinfo file...
I activate it in the php.ini...
I'm I missing something?
I use Ubuntu 24.04
Thanks
I was poking around performance and was advised that timezonedb is missing. Installing it requires lsphp-dev which comes with additional dependencies, which you might not want on a production server. At least I didn't.
It was a nightmare to find an easy solution without installing additional...