Can't find the command line php
php5: /etc/php5 /usr/lib/php5 /usr/include/php5 /usr/share/php5
These are all directories. I still have no idea where the command line php is located.
3 Replies
sudo apt-get install php5-cli
Test it out by typing "php -h", the help commands should pop up!
@Michael-Martin:
Have you definitely installed the package?
sudo apt-get install php5-cli
Test it out by typing "php -h", the help commands should pop up!
:)
Thanks a lot! Seems I never installed the CLI.