Skip to content

Instantly share code, notes, and snippets.

@hayakawa
Created April 7, 2017 05:10
Show Gist options
  • Save hayakawa/af1f3c62fd2fdf60fe2c3850c37d679b to your computer and use it in GitHub Desktop.
Save hayakawa/af1f3c62fd2fdf60fe2c3850c37d679b to your computer and use it in GitHub Desktop.
Build Xdebug from Source Tarball
#!/bin/bash
# Source: https://github.com/xdebug/xdebug/releases
cd ./xdebug
/usr/local/php71/bin/phpize
./configure --enable-xdebug --with-php-config=/usr/local/php71/bin/php-config
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment