

You can follow the Tailored Installation Instructions from or you can follow the instructions here that I have found to work well. Extensions directory: /Applications/XAMPP/xamppfiles/lib/php/extensions/no-debug-non-zts-20131226.Configuration File: /Applications/XAMPP/xamppfiles/etc/php.ini.Configuration File Path: /Applications/XAMPP/xamppfiles/etc.The response should be a Summary and Tailored Installation Instructions. Then submit for analysis to determine the Xdebug source to download. Open the XAMPP phpinfo.php file in a web browser, for example, In another browser window or tab, open and copy the phpinfo page content in the first window or tab and paste it into the textbox on the page. Phpize -v command output should be similar to what is shown above. Sudo ln -s /Applications/XAMPP/bin/phpize-5.6.11 phpize # rename / backup phpizeĬreate a new symbolic link in /usr/bin to target the XAMPP version of phpize. If the grep search returns phpize, similar to what is shown above, then rename it to phpize_bak. bash_profile: export PATH=/Applications/XAMPP/xamppfiles/bin:$PATH For a workaround, try adding this environment variable to the. Therefore, the following writes to /usr/bin are not permitted unless SIP is disabled ( not recommended). Starting with OS X 10.11 El Capitan, system files and processes are protected with the new System Integrity Protection feature. Check to see if phpize is installed in /usr/bin: cd /usr/bin If another version of phpize is installed, it will need to be renamed. XAMPP comes with phpize which we will want to utilize to prepare the build environment for the Xdebug PHP extension.

LOADING IN APP ON XAMPP FOR MAC INSTALL
Use homebrew to install the autoconf utility for producing configure scripts. The version of XAMPP I currently have installed on the Mac is 5.6.11-0 and for this tutorial, there are a few requirements to consider… After discovering how nice the vscode-php-debug extension works in Visual Studio Code on my Windows 10 laptop, I wanted this same setup for a PHP project on my work Mac Book Pro running OS X Yosemite (10.10).
