ERROR:
root@demo:~# php5 -v
-bash: php5: command not found
Solution:
apt-get install php5-cli
dpkg -f install php5-cli
root@demo:~# php5 -v
-bash: php5: command not found
Solution:
apt-get install php5-cli
dpkg -f install php5-cli
Easy and Simple Solution
No comments :
Post a Comment