Skip to content

Instantly share code, notes, and snippets.

@NickStemerdink
Last active May 8, 2017 14:26
Show Gist options
  • Save NickStemerdink/6098601 to your computer and use it in GitHub Desktop.
Save NickStemerdink/6098601 to your computer and use it in GitHub Desktop.
Install newer PHP version with the same modules as used in the current version
# Example: installing PHP71 with the same modules as used in PHP70
$ sudo port install `port installed|grep php70|awk '{print $1}'|sed "s/70/71/"`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment