Cant find intl date handler

Get this when I start my Kirby local environment, since I uncommented “extension=intl” in php.ini

PHP Warning:  PHP Startup: Unable to load dynamic library 'intl' (tried: /opt/homebrew/lib/php/pecl/20240924/intl (dlopen(/opt/homebrew/lib/php/pecl/20240924/intl, 0x0009): tried: '/opt/homebrew/lib/php/pecl/20240924/intl' (no such file), '/System/Volumes/Preboot/Cryptexes/OS/opt/homebrew/lib/php/pecl/20240924/intl' (no such file), '/opt/homebrew/lib/php/pecl/20240924/intl' (no such file)), /opt/homebrew/lib/php/pecl/20240924/intl.so (dlopen(/opt/homebrew/lib/php/pecl/20240924/intl.so, 0x0009): tried: '/opt/homebrew/lib/php/pecl/20240924/intl.so' (no such file), '/System/Volumes/Preboot/Cryptexes/OS/opt/homebrew/lib/php/pecl/20240924/intl.so' (no such file), '/opt/homebrew/lib/php/pecl/20240924/intl.so' (no such file))) in Unknown on line 0

This might be outside of kirby legislation, but I wanted to check if anyone has had the same problem. I have PHP 8.4 installed with homebrew and I am on mac.

The question is if the extension is available in your version of PHP, otherwise enabling it in php.ini doesn’t make sense.

Yes, as I stated I have php 8.4, which should have intl by default.

Actually nevermind, was a different problem related to date syntax, which I thought was the plugin missing, since i saw the error in the terminal. I will delete this post since it probably won’t be helpful to more people.