I've a server running Centos 5. Yesterday I upgraded php to 5.4.10 throught remi repository. Operation was successful ( I've checked updated information in phpinfo()) Today I figured out that php launched from shell, displays a different version (5.2.16). This version is the previous one. If I do
which php output is: /usr/local/bin/php while the new php 5.4 binary is /usr/bin/php
From what I understood, php was manually compiled in the system and there are no source installation files around.
How can I change the path usr/local/bin/php to /usr/bin/php. I dont'k know where to look for.
/usr/local.