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.