#PHP v5.4* update for Mac OS X Lion.
####Shell script to update Mac OS X's bundled PHP to latest 5.4*
####Dependencies:
Visit Homebrew for more information or alternitively install Homebrew by running the following command in Terminal:
/usr/bin/ruby -e "$(/usr/bin/curl -fsSL https://raw.github.com/mxcl/homebrew/master/Library/Contributions/install_homebrew.rb)"
####Usage:
Simply run the script with sudo from Terminal: sudo ./osx_php_update.sh
Optionally run with --test
flag to also perform make test
prior to install: sudo ./osx_php_update.sh --test
NB: Please note this will take SIGNIFICANTLY longer. ( Possibly hours )