I have wamp server running in windows, to install xhprof we need:
- Download the xhprof.dll here. (In my case was php_xhprof-0.10.6-5.5-ts-vc11-x64.zip it depends on your apache architectucte x86 or x64)
- Unzip the file php_xhprof-0.10.6-5.5-ts-vc11-x(your architecture).zip and put the php_xhprof.dll in your extension directory. (In my case C:\wamp\bin\php\php5.5.12\ext)
- Edit your php.ini file and add
extension=php_xhprof.dll
- Restart apache
- Finally check your phpinfo