Search code examples
macoshomebrewphp-5.6macos-high-sierra

How to install php 5.6 with homebrew if from this year it is EOL?


Because php 5.6 is EOL from 01.01.2019, it was removed from homebrew.

How can I install it with homebrew even if it is not in core?


Solution

  • brew tap exolnet/homebrew-deprecated
    
    brew install [email protected]
    

    source: https://joostvanveen.com/a-29/install-and-configure-multiple-php-versions-on-mojave-with-homebrew