Im using wampserver on localhost with;
- PHP 5.3.13
- Apache 2.2.22
- Enabled php_intl.dll extension
But i got following error while using locale_get_default()
function
Fatal error: Call to undefined function locale_get_default() in
Or using Locale::getDefault()
function
Fatal error: Class 'Locale' not found in
Solved with Following Link
http://forum.wampserver.com/read.php?2,80704,116793