phpdesktop icon indicating copy to clipboard operation
phpdesktop copied to clipboard

Unable to load dynamic library 'php_intl.dll'

Open MrPowerUp82 opened this issue 8 months ago • 0 comments

I had encountered this problem when trying to run a laravel project. Using "Dependency Walker" I was able to discover that there was a missing dll for php, mainly "msvcp140.dll". Copying the dll from C:\windows\system32 and pasting it into the php folder solved the problem.

MrPowerUp82 avatar Apr 01 '25 11:04 MrPowerUp82