x64architecture / wnmp

An easy Nginx, MariaDB and PHP environment for Windows.
https://wnmp.x64architecture.com
GNU General Public License v3.0
508 stars 110 forks source link

Warning: PHP Startup: intl: Unable to initialize module #97

Closed breithbarbot closed 5 years ago

breithbarbot commented 6 years ago

Temporary solution for Wnmp-3.1.0-RELEASE :

  1. Download php source
  2. Copy ext\php_intl.dll file from : php-7.1.8-nts-Win32-VC14-x64.zip
  3. Backup your file C:\Wnmp\php\ext\php_intl.dll for X reason.
  4. Paste php_intl.dll in C:\Wnmp\php\ext folder.
  5. And go to Wnmp Control Panel and Stop / Start PHP ! :-)

Enjoy!