Iam new to Mac..
I installed Xampp 8.2.0 in php.ini I uncommented the extension=php_intl.dll
still not working
I am trying to install codeigniter 4 it shows Class "Locale" not found
I tried to install
pecl install intl;
In file included from /private/var/tmp/pear/temp/intl/php_intl.c:25: /private/var/tmp/pear/temp/intl/php_intl.h:33:10: fatal error: 'unicode/ubrk.h' file not found #include <unicode/ubrk.h>
Getting error like this
Please help..