I am new to symfony and i downloaded it using composer due to some issue. When i tried to check configuration using http://localhost:8000/config.php
showing the following error
When i tried to start server using php app/console server:run
after replacing php_intl.dll
in my php/ext/
directory downloaded from http://pecl.php.net/package/intl
, it gives me following error
Now, when i start server after adding php_icuuc51.dll
in php directory, gives me another missing dll file error
But after adding icudt51.dll
from http://fixfile.info/icudt51.dll/en-download-40530.html and starting server, i got another error
which i am having difficulty to fix it.
Can anyone help?