We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f2fa66 commit 14737ebCopy full SHA for 14737eb
1 file changed
install-extensions.sh
@@ -49,7 +49,7 @@ install_tideways_xhprof() {
49
config="$HOME/.phpenv/versions/$PHP_VERSION/etc/conf.d/tideways_xhprof.ini"
50
test -f "$library" || die "Extension not available: $library"
51
echo "extension=$library" > "$config"
52
- php -m | grep -F "$extension"
+ has_extension "$extension"
53
}
54
55
case "$(uname -s):$PHP_VERSION" in
0 commit comments