Helllo, I have a little problem here.
I have PHP 5.3 installed and it's accessible via php
command, I also have php 5.5 accessible as php55
command.
Now I need to force linux to use php55
when I write php
command.
Simple way: How I switch the versions of php?
I am using Fedora 21 OS
You can create an alias:
Now if you type
php
it usesphp55