I am using php7 in my project. I have enabled intl
in php.ini
file by un-comment the following line.
;extension=php_intl.dll
Then copied ic*.dll
file from php
folder to apache/bin
folder. Also I have checked the Environment Variables.
All are correct, but still it shows error
PHP - INTL Extension is missing.
Please help me. How can i solve this.