We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc16bb1 commit 19d2648Copy full SHA for 19d2648
1 file changed
install-extensions.sh
@@ -20,6 +20,8 @@ install_xhprof() {
20
local ext="xhprof" version="${1:-stable}"
21
22
has_extension "$ext" && return 0
23
+ # https://github.com/shivammathur/setup-php/issues/905
24
+ sudo rm -rf /tmp/pear # shivammathur's leftovers...
25
pecl install "$ext-$version"
26
}
27
0 commit comments