I'm trying to setup magento2 but this error 1 missing PHP Extension intl. already made me crazy... tried so many solution like edit php.ini :
From:
;extension=php_intl.dll
To
extension=php_intl.dll
Also copying all 6 files:
icudt57.dll,icuin57.dll,icuio57.dll,icule57.dll,iculx57.dll,icuuc57.dll 
From php folder to apache\bin
Tried all those and it didnt fixed it , can you please help me?
When I command php -m in cmd , module intl is missing.
Also in another check commant it gives back this:
PHP Warning: PHP Startup: Unable to load dynamic library 'C:\xampp\php\ext\php_intl.dll' - The specified module could not be found. in Unknown on line 0
Warning: PHP Startup: Unable to load dynamic library 'C:\xampp\php\ext\php_intl.dll' - The specified module could not be found. in Unknown on line 0
1 Answer 1
=> Please try Below Commands :
- Installed: sudo apt-get install php5-intl
- Restarted the Apache: sudo service apache2 restart
- 
 He uses windows...Stepan Furman– Stepan Furman2018年03月29日 05:17:13 +00:00Commented Mar 29, 2018 at 5:17
- 
 Yes OS windows 10. Not linux @Pranay KKlevi– Klevi2018年03月29日 09:40:28 +00:00Commented Mar 29, 2018 at 9:40
Explore related questions
See similar questions with these tags.