Created
June 14, 2014 07:33
-
-
Save kemalyen/fe05bcc941faf3c9080e to your computer and use it in GitHub Desktop.
Install PHP on Mac easily
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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