Language:

Search

Installing PHP 7.2 on OSX with Homebrew

  • Share this:
Installing PHP 7.2 on OSX with Homebrew

This articles focuses on installing php7.2 with easy and simple steps on your MacOSX machine.

Follow the simple steps below to upgrade PHP version on you OSX to 7.2

Step # 01: Make sure the brew is updated

brew update

brew upgrade

Step # 02: Unlink the Previously installed PHP version

brew unlink php71

If you have another older version of PHP, write that instead.

Finally - Install PHP 7.2

brew install php72

Wait for the installation to finish, you're now running on PHP 7.2. You may run php -v to check the current PHP version on your machine.

Usama Muneer

Usama Muneer

A web enthusiastic, self-motivated & detail-oriented professional Full-Stack Web Developer from Karachi, Pakistan with experience in developing applications using JavaScript, WordPress & Laravel specifically. Loves to write on different web technologies with an equally useful skill to make some sense out of it.