I am using cakephp 3.0.8 on xampp 5.6.8-0 in Mac OS X Yosemite. I have set the database string in the app file and also make the DB for cakephp. I have also uncomment the extension=php_intl.dll
in php.ini
file.
but if I try to use phpinfo, it is not showing php_intl
. And when I try to use cakephp on localhost it says
Fatal error: You must enable the intl extension to use CakePHP. in /Applications/XAMPP/xamppfiles/htdocs/cakephp/config/bootstrap.php on line 38
Could anyone tell me please whats the problem.
OSX intl
? You'll find more than enough how to explanations by that. On a side note,.dll
files are for Windows, so whatever you have there is probably not ment to be used with OSX. ps, why did you rollback the edit? – ndm