This file contains 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
Step 1 - Clean current php | |
- List all php installed | |
`brew list | grep php` | |
- Remove all PHP | |
`brew uninstall --force php*` | |
- Install PHP 7.2 | |
`brew install [email protected]` | |
*Note: if run `brew install php` <== will install PHP 7.4, it's good but still missing many lib, I prefer 7.2 |