xhprof
xhprof copied to clipboard
Fix PECL repository so installation is complete
I've witnessed PHP.net bug #65922 a few times on multiple environments (basically, anywhere XHProf is installed on Ubuntu or CentOS with PHP 5.5.x); basically, the PECL repository seems to be missing all the static resources (e.g. all the non-.php files inside https://github.com/phacility/xhprof/tree/master/xhprof_html).
Therefore, when a user visits the xhprof_html directory, the webserver returns a bunch of 404s, none of the JS works, and everything on the page is unstyled.
See related PR: https://github.com/phacility/xhprof/pull/66