I'm having trouble installing the intl extension on the Mac, I've already done the following tutorials:
but in the 3 I lock in the following command:
sudo pecl install intl
and I get the following error message:
In file included from /private/tmp/pear/temp/intl/php_intl.c:25:
/private/tmp/pear/temp/intl/php_intl.h:23:10: fatal error: 'php.h' file not found
#include <php.h>
^
1 error generated.
make: *** [php_intl.lo] Error 1
ERROR: 'make' failed
I've tried searching for the specific error but I could not find an answer.
Has anyone ever had the same error?!