Skip to content

Instantly share code, notes, and snippets.

@yuanqing
Created July 17, 2014 20:25
Show Gist options
  • Save yuanqing/77296383313cd758e8fa to your computer and use it in GitHub Desktop.
Save yuanqing/77296383313cd758e8fa to your computer and use it in GitHub Desktop.
Installing an older version of PHP (5.3) on OSX
$ curl -s http://php-osx.liip.ch/install.sh | bash -s 5.3
$ /usr/local/php5/bin/php -v
$ sudo ln -s /usr/local/php5/bin/php /usr/bin/php53
$ php53 -v
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment