1

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 enter image description here

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 enter image description here

Now, when i start server after adding php_icuuc51.dll in php directory, gives me another missing dll file error

enter image description here

But after adding icudt51.dll from http://fixfile.info/icudt51.dll/en-download-40530.html and starting server, i got another error enter image description here

which i am having difficulty to fix it.

Can anyone help?

Kumari Manisha
  • 682
  • 2
  • 8
  • 22

1 Answers1

1

The intl ICU message is just a warning, you can safely ignore it. See this post for a similar question and response from me:

MAMP upgrade PHP ICU version in Symfony checker

Community
  • 1
  • 1
Alvin Bunk
  • 7,621
  • 3
  • 29
  • 45