Updated XHProf doc for PHP 5.4

skala
Yannick Warnier 13 years ago
parent d516b8c964
commit 0a7568b005
  1. 8
      tests/xhprof/INSTALL.txt

@ -18,6 +18,10 @@ If it complains because it can't find config.m4, you can still build the extensi
make install
make test
In the ./configure line above, if you use Ubuntu, it is likely you php-config
will have to be declared as /usr/bin/php-config. Check it with
"which php-config".
Once you have XHProf installed, you should enable it. Open your php.ini or
/etc/php5/conf.d/xhprof.ini and type:
@ -25,6 +29,10 @@ Once you have XHProf installed, you should enable it. Open your php.ini or
extension=xhprof.so
xhprof.output_dir="/tmp"
If you use PHP 5.4, you will need to download xhprof from Git:
git clone git://github.com/facebook/xhprof.git
and sudo, make, make install
Combine with Chamilo
--------------------

Loading…
Cancel
Save