Skip to content

Commit

Permalink
do not echo 'install' of enabled by default extensions; too much info…
Browse files Browse the repository at this point in the history
… now that we're reading from composer.lock
  • Loading branch information
dzuelke committed Dec 11, 2014
1 parent 96f0601 commit 94a2389
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/compile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ install_ext () {
echo "extension = ${ext}.so" > "${BUILD_DIR}/.heroku/php/etc/php/conf.d/ext-${ext}.ini"
echo "- ${ext} (${reason}; bundled)" | indent
elif echo -n ${ext} | php -r 'exit((int)!extension_loaded(file_get_contents("php://stdin")));'; then
echo "- ${ext} (${reason}; enabled by default)" | indent
: # echo "- ${ext} (${reason}; enabled by default)" | indent
else
warning_inline "Unknown extension ${ext} (${reason}), install may fail!"
fi
Expand Down

0 comments on commit 94a2389

Please sign in to comment.