douyou8266 2014-10-07 01:01
浏览 49
已采纳

如何在使用php-fpm时从终端运行php -v

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

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论

报告相同问题?