From f139bfe6e07c83e78cd65e5bcda0bb66f9105367 Mon Sep 17 00:00:00 2001 From: Ema Panz Date: Wed, 11 Jul 2018 13:50:29 +0200 Subject: [PATCH] The Liip binary installer supports php 7.3 --- _posts/01-04-01-Mac-Setup.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_posts/01-04-01-Mac-Setup.md b/_posts/01-04-01-Mac-Setup.md index 2a2fb35..575e1ed 100644 --- a/_posts/01-04-01-Mac-Setup.md +++ b/_posts/01-04-01-Mac-Setup.md @@ -44,7 +44,7 @@ applications/projects require different versions of PHP, and you are not using v ### Install PHP via Liip's binary installer -Another popular option is [php-osx.liip.ch] which provides one liner installation methods for versions 5.3 through 7.1. +Another popular option is [php-osx.liip.ch] which provides one liner installation methods for versions 5.3 through 7.3. It doesn't overwrite the PHP binaries installed by Apple, but installs everything in a separate location (/usr/local/php5). ### Compile from Source