xhprof icon indicating copy to clipboard operation
xhprof copied to clipboard

Fix PECL repository so installation is complete

Open geerlingguy opened this issue 10 years ago • 1 comments

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.

geerlingguy avatar May 10 '15 02:05 geerlingguy

See related PR: https://github.com/phacility/xhprof/pull/66

geerlingguy avatar May 22 '15 15:05 geerlingguy