php54_php53_pear_macports.markdown ##Given Apache 2 and MySQL are already installed. #Update MacPorts sudo port selfupdate;sudo port -u upgrade outdated #Install PHP 5.4.* sudo port install php54 php54-apache2handler ##Activate Apache Module cd /opt/local/apache2/modules sudo /opt/local/apache2/bin/apxs -a -e -n php5 mod_php54.so ##Install your needed extensions sudo port install php54-curl php54-