I followed the instructions from http://wiki.mediatemple.net/w/(dv):Upgrade_software_with_YUM
But I'm having some weirdness happen. My linux knowledge is very limited, so I have a feeling it's something simple.
Basically when I do php -v
on my server I get
PHP 5.3.10 (cli) (built: Feb 3 2012 08:08:52)
Copyright (c) 1997-2012 The PHP Group
Zend Engine v2.3.0, Copyright (c) 1998-2012 Zend Technologies
But my web server is still running an older version of php. (5.1.4 to be exact).
I tried /etc/httpd restart
but the web server still says 5.1.4.
How do I get my web server to run the correct version? Do I need to uninstall it somewhere?