36 lines
782 B
Markdown
36 lines
782 B
Markdown
# Installer Xhprof pour PHP7
|
|
|
|
|
|
|
|
https://github.com/Yaoguais/phpng-xhprof (ne fonctionne pas)
|
|
|
|
```bash
|
|
git clone git@github.com:Yaoguais/phpng-xhprof.git ./xhprof
|
|
|
|
cd xhprof
|
|
|
|
/usr/local/opt/php71/bin/phpize
|
|
|
|
./configure --with-php-config=/usr/local/opt/php71/bin/php-config
|
|
|
|
make clean && make && make test && sudo make install
|
|
|
|
```
|
|
|
|
|
|
|
|
Installing shared extensions: /usr/local/Cellar/php71/7.1.1_12/lib/php/extensions/no-debug-non-zts-20160303/
|
|
|
|
http://danieldvork.in/xhprof-vs-xdebug-apache-osx/
|
|
|
|
https://blog.engineyard.com/2014/profiling-with-xhprof-xhgui-part-1
|
|
|
|
https://lamosty.com/2015/03/19/profiling-wordpress-with-xhprof-on-mac-os-x-10-10/
|
|
|
|
|
|
|
|
### Gui pour Xhpro*
|
|
|
|
https://github.com/Tuurlijk/xhprof
|
|
|
|
http://webadvent.org/2010/profiling-with-xhgui-by-paul-reinheimer.html |