I used this tutorial and this post to upgrade mountain lion from php 5.3 to 5.4.
Now after sym linking, when I do php -v
, I get:
PHP 5.4.15 (cli) (built: May 29 2013 18:56:58)
Copyright (c) 1997-2013 The PHP Group
Zend Engine v2.4.0, Copyright (c) 1998-2013 Zend Technologies
...which is great but when I try to run my apps, I still get php 5.3.15, which was the earlier version.
which php
gives me usr/bin/php
- I don't know if that's changed either!?
Is there some apache settings I need to change? How do I start running my apps on php 5.4?