We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
-q
pecl
1 parent bf17bd8 commit 814483eCopy full SHA for 814483e
bin/compile-extensions-common
@@ -33,7 +33,7 @@ function pecl_install() {
33
if [ $return = 0 ] || [ -f "$(pecl config-get ext_dir)/${extension}.so" ]; then
34
echo "Extension ${extension} was already installed for PHP ${VERSION}."
35
elif [ $return = 1 ]; then
36
- pecl install ${extension} | tee ${extension}-install.log
+ pecl -q install ${extension} | tee ${extension}-install.log
37
if (tail -1 ${extension}-install.log | grep failed); then
38
echo "There was an error installing extension ${extension} for PHP ${VERSION}:"
39
echo "$result"
0 commit comments