Skip to content

Instantly share code, notes, and snippets.

@kemalyen
Created June 14, 2014 07:33
Show Gist options
  • Save kemalyen/fe05bcc941faf3c9080e to your computer and use it in GitHub Desktop.
Save kemalyen/fe05bcc941faf3c9080e to your computer and use it in GitHub Desktop.
Install PHP on Mac easily
Install php on Mac
curl -s http://php-osx.liip.ch/install.sh | bash -s 5.5
export PATH=/usr/local/php5/bin:$PATH
Why is Europe/Zurich the default timezone? Where to change that?
Because we are based in Zurich (and Fribourg and Lausanne). Change the file in /usr/local/php5/php.d/99-liip-developer.ini to adjust that.
More details on http://php-osx.liip.ch/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment