Enabling plugin on XAMPP is
very easy, we only need to uncomment a line of codes on php.ini files and voila! It works!.
In my process of testing a new web application, it needed to run
multiple plugin. I test each plugin one by one unfortunately, one plugin
did not successfully run as expected. It displays an error box where it
appears that XAMPP can't find some DLL files, the php_intl.dll to be specific (view actual error below).
SOLUTION- Go to [xampp_path]/php/
- Copy the following 3 files:
- icudt46.dll
- icuin46.dll
- icuuc46.dll
- Paste the files [xampp_path]/apache/bin