You can use curl to update php version.
curl -s http://php-osx.liip.ch/install.sh | bash -s 7.3
or
curl -s http://php-osx.liip.ch/install.sh | bash -s 7.2
Final Step:
export PATH=/usr/local/php5/bin:$PATH
Reference : https://stackoverflow.com/a/61282898/6285054
Top comments (0)