I try to upgrade my php from 5.3.13 to 5.4.5 I've manually download source codes of php 5.4.5 and ./configure then sudo make install it.
after that, I run
php -v
it shows 5.4.5, while I run
<?php phpinfo(); ?>
it shows 5.3.13. what is the problem here and how to fix it. thanks