Skip to content

Instantly share code, notes, and snippets.

@pborreli
Created November 19, 2011 05:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pborreli/1378477 to your computer and use it in GitHub Desktop.
Save pborreli/1378477 to your computer and use it in GitHub Desktop.
one line script to build all version of php installed with php-build
for VERSION in $(ls $HOME/.phpenv/versions/); do php-build $VERSION $HOME/.phpenv/versions/$VERSION; done;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment