i want to enable intl extension to get rid of this error Class 'NumberFormatter' not found
i've done this solution 1. Installing PHP INTL in mac not getting it right 2. Php-intl installation on XAMPP
another thing that i've done is installing in XAMPP/bin with
sudo ./pecl install intl
it return this error
1 error generated. make: *** [php_intl.lo] Error 1 ERROR: `make' failed
but the intl extension still not enabled, what should i do?