Skip to content

Commit

Permalink
Merge pull request #532 from ralf57/gh-pages
Browse files Browse the repository at this point in the history
Add Liip's popular installation method for OS X
  • Loading branch information
philsturgeon committed May 31, 2015
2 parents 3449797 + af6ae25 commit 7c0bd95
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions _posts/01-04-01-Mac-Setup.md
Expand Up @@ -43,6 +43,10 @@ And you can run `select` command to switch your active php:
[phpbrew] is a tool for installing and managing multiple PHP versions. This can be really useful if two different
applications/projects require different versions of PHP, and you are not using virtual machines.

### 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 5.6.
It doesn't overwrite the php binaries installed by Apple, but installs everything in a separate location (/usr/local/php5).

### Compile from Source

Another option that gives you control over the version of PHP you install, is to [compile it yourself][mac-compile].
Expand All @@ -60,6 +64,7 @@ you and tie them all together, but ease of setup comes with a trade-off of flexi
[Homebrew PHP]: https://github.com/Homebrew/homebrew-php#installation
[MacPorts]: https://www.macports.org/install.php
[phpbrew]: https://github.com/phpbrew/phpbrew
[php-osx.liip.ch]: http://php-osx.liip.ch/
[mac-compile]: http://php.net/install.macosx.compile
[xcode-gcc-substitution]: https://github.com/kennethreitz/osx-gcc-installer
["Command Line Tools for XCode"]: https://developer.apple.com/downloads
Expand Down

0 comments on commit 7c0bd95

Please sign in to comment.