We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 262b07c commit a2c8c19Copy full SHA for a2c8c19
1 file changed
install-extensions.sh
@@ -26,6 +26,7 @@ install_xhprof() {
26
install_mongo() {
27
local ext="mongo" version="${1:-stable}"
28
29
+ has_extension "$ext" && return 0
30
echo no | pecl install "$ext-$version"
31
}
32
0 commit comments