Skip to content

Instantly share code, notes, and snippets.

View Basster's full-sized avatar

Ole Rößner Basster

View GitHub Profile
@Basster
Basster / gist:8441857
Last active January 3, 2016 09:19 — forked from croxton/gist:4073583
Activate xdebug 2.2.3 for AMPPS on OSX
On AMPPS 2.2 xdebug.so is included for all shipped PHP versions but not at the correct folders.
To activate it, follow these steps:
1.) make sure xdebug.so can be found in these locations:
/Applications/AMPPS/php-5.3/lib/extensions/xdebug.so
/Applications/AMPPS/php-5.4/lib/extensions/xdebug.so
/Applications/AMPPS/php-5.5/lib/extensions/xdebug.so
As AMPPS just changes a symlink when changing PHP versions, you need to edit the config files for each of the versions: