parent
7910f27d85
commit
74eb6cc20e
|
@ -2129,6 +2129,11 @@ EOF
|
||||||
esac
|
esac
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
installBundledModule_err="$(php -r 'return;' 2>&1 || true)"
|
||||||
|
if test -n "$installBundledModule_err"; then
|
||||||
|
printf 'PHP has problems after installing the "%s" extension:\n%s\n' "$1" "$installBundledModule_err" >&2
|
||||||
|
return 1
|
||||||
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
# Fetch a tar.gz file, extract it and returns the path of the extracted folder.
|
# Fetch a tar.gz file, extract it and returns the path of the extracted folder.
|
||||||
|
|
Loading…
Reference in New Issue