We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e310789 commit 8c34c30Copy full SHA for 8c34c30
1 file changed
install-extensions.sh
@@ -19,6 +19,7 @@ has_extension() {
19
install_xhprof() {
20
local version="${1:-stable}"
21
22
+ has_extension "xhprof" && return 0
23
pecl install xhprof-$version
24
}
25
0 commit comments