Skip to content

Instantly share code, notes, and snippets.

@koriym
Created February 16, 2012 07:31
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 koriym/1842980 to your computer and use it in GitHub Desktop.
Save koriym/1842980 to your computer and use it in GitHub Desktop.
xdebug src install
git clone https://github.com/derickr/xdebug.git
cd xdebug
phpize
./configure --enable-xdebug --with-php-config=/usr/local/php/bin/php-config
make
make install
OSXにPHP5.4をバイナリインストールしたあとにxdebugが入らなかった時
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment