We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 19d2648 commit 6f5ecc9Copy full SHA for 6f5ecc9
1 file changed
install-extensions.sh
@@ -22,6 +22,8 @@ install_xhprof() {
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
+ # Allow installing to /usr/local/php
26
+ sudo chown -R "$(id -un):" /usr/local/php/
27
pecl install "$ext-$version"
28
}
29
0 commit comments