I've been trying to install mcrypt extension for php 5.6 with the next commands:
brew install php56-mcrypt
with no results, I'm getting this error:
No available formula with the name "php56-mcrypt"
taken from questions like these:
Installing mcrypt on OSX 10.8.2 - PHP 5.3.15 with homebrew
According with this issue opened at Github:
https://github.com/Homebrew/homebrew-php/issues/4721
this way seemed was valid until March 2018, and now there's a new formula that I haven't been able to figure out.
Any advice will be appreciated