I am working on a project using PHP with Symfony. I have my intl.dll file present in wamp/bin/php/php5.3.10/ext . In my php.ini file I have
extension_dir = "c:/wamp/bin/php/php5.3.10/ext/"
and the intl.dll file is also enabled
but still I get the following error.
The Symfony\Component\Locale\Stub\StubIntlDateFormatter::setLenient() is not implemented. Please install the 'intl' extension for full localization capabilities.
can anyone help me what should I do ? Thanks