Since homebrew updated me to php@7.1 from php71 my php extensions have become disabled:
- imagick
- opcache
- xdebug
I've read that these are now included and cannot be installed separately. Before, running brew install php70-opcache
etc. enabled the extensions.
How do I re-enable these PHP extensions?