Dieses Blog durchsuchen

Donnerstag, 20. Oktober 2016

php7: install xhprof un ubuntu 16.04

On ubuntu we want to install xhprof as our default profiler

Install dependencies
apt-get install pear
sed -i "s/ -n / /" $(which pecl)
sudo apt-get install php7.0-dev
sudo pecl install xhprof
thats it

Keine Kommentare:

Kommentar veröffentlichen