I downloaded Macports and run a command I get online, which would install php 5.4. It took a while, but seemed to work successfully. I then copied the php.ini.development and renamed it php.ini like suggested my Mac Ports, however when I type php -v in terminal I still see 5.3
What steps have I missed, what do I need to do to get it to use the php 5.4 :S
locate phpand find out which locations you have a PHP binary in. Then reset your system path so it looks in the 5.4 folder first. – halfer Sep 25 '12 at 17:04