For homebrew version 1.5.12 - WIP... not quite working yet.
brew -v # => Homebrew 1.5.12
Install the current version of mysql.
# Install current mysql version
brew install mysql
| ##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 |