Last active
May 8, 2017 14:26
-
-
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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