DEV Community

Avinash Dalvi
Avinash Dalvi

Posted on

 

Upgrade PHP 7.1 to 7.2 or 7.3

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)

Timeless DEV post...

Git Concepts I Wish I Knew Years Ago

The most used technology by developers is not Javascript.

It's not Python or HTML.

It hardly even gets mentioned in interviews or listed as a pre-requisite for jobs.

I'm talking about Git and version control of course.

One does not simply learn git