I have Nginx installed with PHP-FPM and I cant figure out how to run php -v into terminal it says that i need to install php5-cli. How else can I run php from terminal? I am using ubuntu. I just need php from terminal to run a cron
1条回答 默认 最新
dqbjvg2518 2014-10-07 01:09关注You need to find out if the PHP installation folder is in your PATH. You can check by doing "echo $PATH". if you don't find the PHP install folder there then that's probably the problem
本回答被题主选为最佳回答 , 对您是否有帮助呢?解决 无用评论 打赏 举报