Thursday, July 23, 2020

How to install PHP55 on Mac using brew

How to install PHP55 on Mac using brew

brew tap jdpedrie/php55
$ brew install php@5.5

brew tap exolnet/homebrew-deprecated

old version of openssl 
brew install rbenv/tap/openssl@1.0 [didnot work]

brew reinstall --build-from-source https://raw.githubusercontent.com/JParkinson1991/homebrew-deprecated/79d817a7ef794234d5276df0487a9d037b7b7bba/Formula/php@5.6.rb --with-openssl-1.1-patch 

https://getgrav.org/blog/macos-catalina-apache-multiple-php-versions

No comments:

Post a Comment