Skip to content

Instantly share code, notes, and snippets.

@akerouanton
Last active July 22, 2016 13:53
Show Gist options
  • Save akerouanton/d4f2f5433751827500daf893250788fc to your computer and use it in GitHub Desktop.
Save akerouanton/d4f2f5433751827500daf893250788fc to your computer and use it in GitHub Desktop.
COMPOSER_PATH=$(which composer)
composer() {
options=$(ls -1 /usr/lib/php5/20131226/ | egrep -v 'xdebug|opcache|mysql|wddx|pgsql'| sed -e 's/\(.*\)/ --define extension=\1/' | tr -d '\n')
bash -xc "php -n -d memory_limit=-1 $options $COMPOSER_PATH $*"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment