
There is a alternate way you can load these files from your nf (apache configuratio file) file instead of copying them to the apache's bin directory. You'll also find these files in the php main installation directory. The name of these files begin with icu (ie icudt57.dll icuin57.dll etc for php version 5.6). How to install xampp on mac os easily Hey, guys in this video I'll show you step by step process to install xampp on mac os and configure xampp htdocs to run apache php and mysql. Īdditionally, for intl extension to be enabled you're gonna need some other dll files to be loaded by php properly. These files generally reside in the php installation directory.

These dll files are required by several php extensions (ie curl, ldap, intl etc). Secondly, libea圓2.dll, ibssh2.dll and sslea圓2.dll files have to be loaded by php properly to function those extensions properly.

The only thing that's left is to have an extension in Visual Studio Code able to connect with the Xdebug like PHP Tools, create launch.json and you can debug your PHP application in Visual Studio Code.

I've solved those issues by the following ways:Īt first you've to check whether these extensions have been enabled in the php.ini file by removing semicolon ( ) in front of the following lines: extension=php_intl.dll Now, you have Xdebug working with your XAMPP installation on Mac. I was having same kind of problem with ldap, intl, curl php extensions.
