I removed MAMP(PHP 5.5) from Mac and Installed XAMPP(PHP 5.3), if i open http://localhost/xampp/index.php, it shows its PHP Version 5.3.1
But on command line: xampp $ php -v; PHP 5.5.14 (cli) (built: Sep 9 2014 19:09:25)
It's still 5.5! And all my PHP scripts are still using PHP 5.5! Why is this and how to completely remove PHP 5.5?