문제

i want to install 'intl PHP extension' on my WAMP. i am running Wamp on windows.

i have looked online but cannot find any guidance on how to do this. does anyone have any ideas.

도움이 되었습니까?

해결책

on wamp icon click on php -> php extensions -> php_intl then restart the server

다른 팁

According the the comment this is the content

In both XAMPP and WAMP, the mbstring extension is working by default.

In XAMPP, intl extension is included but you have to uncomment extension=php_intl.dll in php.ini and restart the server through the XAMPP Control Panel.

In WAMP, the intl extension is “activated” by default but not working. To make it work you have to go to php folder (by default) C:\wamp\bin\php\php{version}, copy all the files that looks like icu*.dll and paste them into the apache bin directory C:\wamp\bin\apache\apache{version}\bin. Then restart all services and it should be OK.

Hope it helps

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top