Created
February 3, 2019 07:14
-
-
Save nidhi-ag/30c9517661090a1a07645858ccb8fc83 to your computer and use it in GitHub Desktop.
Install XHProf - PHP7
This file contains 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
git clone https://github.com/longxinH/xhprof.git ./xhprof | |
cd xhprof/extension/ | |
phpize | |
./configure --with-php-config=/usr/local/bin/php-config | |
make | |
sudo make install |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment