Skip to content

Instantly share code, notes, and snippets.

@nidhi-ag
Created February 3, 2019 07:14
Show Gist options
  • Save nidhi-ag/30c9517661090a1a07645858ccb8fc83 to your computer and use it in GitHub Desktop.
Save nidhi-ag/30c9517661090a1a07645858ccb8fc83 to your computer and use it in GitHub Desktop.
Install XHProf - PHP7
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