Created
April 7, 2017 05:10
-
-
Save hayakawa/af1f3c62fd2fdf60fe2c3850c37d679b to your computer and use it in GitHub Desktop.
Build Xdebug from Source Tarball
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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