locale_get_default() function issue on localhost
问题 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 回答1: snip didnt read: Are you sure the extension is loaded? (See phpinfo(); ) 回答2: Solved with Following Link http://forum.wampserver.com/read.php?2,80704,116793 Ok, I got it to work. It