1

I am trying to install mcrypt and intl on my Mac using hombrew but the formulea are not valid since homebrew/php has been deprecated and merged into homebrew/core.

I have installed the latest verion of php (brew install php) and it seems that mcrypt and intl are not included in the modules. Has anyone solved this?

OS: Mac Os High Sierra

ywtstewart
  • 11
  • 2

1 Answers1

0

The answer is available as a comment Install intl PHP extension OSX High Sierra

What worked for me was first uninstalling all previous versions:

$ brew uninstall php71

Then installing with pear enabled:

$ brew install php71 --with-pear
Luc Wollants
  • 880
  • 9
  • 27