Xampp 64 bit for windows

broken image
broken image

On third shot I've found the possible source of the problem:Ĭode: Select all C:\xampp\php>deplister.exe icuuc63.dll So I opened the Command Prompt, navigated to C:\xampp\php directory where deplister resides and started asking questions:Ĭ:\xampp\php>set PATH=C:\xampp\php %PATH% There were some examples given involving using deplister.exe program. The obvious error in xampp/apache/logs/error.txt was:Ĭode: Select all PHP Warning: PHP Startup: Unable to load dynamic library 'intl' (tried: C:\\xampp\\php\\ext\\intl (The specified module could not be found),Ĭ:\\xampp\\php\\ext\\php_intl.dll (The specified module could not be found)) in Unknown on line 0Īfter searching the web I've found one useful source of information: I wanted to enable php_intl extension in 64-bit XAMPP under Windows 10 64-bit. This bug was a nasty one, but luckily easy to solve.