php - php_intl extension installation error in cakephp -


i using cakephp 3.0.8 on xampp 5.6.8-0 in mac os x yosemite. have set database string in app file , make db cakephp. have uncomment extension=php_intl.dll in php.ini file.

but if try use phpinfo, not showing php_intl. , when try use cakephp on localhost says

fatal error: must enable intl extension use cakephp. in /applications/xampp/xamppfiles/htdocs/cakephp/config/bootstrap.php on line 38

could tell me please whats problem.

if have linux vps or dev box, package missing!!

just run @ command line

sudo apt-get install php5-intl

why php5? it's have installed, if you're running greater in future, adjust php5 phpx whatever you're running there!


Comments

Popular posts from this blog

c - Bitwise operation with (signed) enum value -

xslt - Unnest parent nodes by child node -

YouTubePlayerFragment cannot be cast to android.support.v4.app.Fragment -