I have a PHP-FPM installed in a VPS. As a result, now I am unable to run some commands that depend on PHP like.
php composer.phar update or curl -sS https://getcomposer.org/installer | php
And other commands related with PEAR. I keep adding "-fpm" at the end like this php-fpm but it won't work. I also tried to install as yum install php but, it conflicts with PHP-FPM it won't install.
Any ideas/solutions?
EDIT
this is what I get when I run yum install php-cli
I have tried both suggestions mentioned at the bottom. But, still it does not install it.
/usr/bin/phpdoes it work then?-Bash No such file or directory