Created
October 22, 2011 22:28
-
-
Save msonnabaum/1306569 to your computer and use it in GitHub Desktop.
Revisions
-
msonnabaum revised this gist
Nov 20, 2011 . No changes.There are no files selected for viewing
-
msonnabaum created this gist
Oct 22, 2011 .There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,8 @@ wget http://pecl.php.net/get/xhprof-0.9.2.tgz tar -xzf xhprof-0.9.2.tgz cd xhprof-0.9.2/extension /Applications/MAMP/bin/php/php5.3.6/bin/phpize ./configure make cp modules/xhprof.so $(/Applications/MAMP/bin/php/php5.3.6/bin/php-config --extension-dir)/ echo "extension=xhprof.so" >> /Applications/MAMP/bin/php/php5.3.6/conf/php.ini