Skip to content

Instantly share code, notes, and snippets.

@samsonasik
Created July 6, 2013 09:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save samsonasik/5939331 to your computer and use it in GitHub Desktop.
Save samsonasik/5939331 to your computer and use it in GitHub Desktop.
xdebug on mac
export CFLAGS="-arch i386 $CFLAGS"
export CCFLAGS="-arch i386 $CCFLAGS"
export CXXFLAGS="-arch i386 $CXXFLAGS"
export LDFLAGS="-arch i386 $LDFLAGS"
/usr/local/zend/bin/pear config-set php_ini /usr/local/zend/etc/php.ini
/usr/local/zend/bin/pecl install xdebug
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment