我在我的linux机器上安装了phantomJS和casperJS,并在/ usr / local / bin / casperjs和/ usr / local / bin / phantomjs中添加了符号链接。如果我通过ssh登录,那么一切都很完美。
但我想用shell_exec调用php脚本中的casperjs:
shell_exec('/usr/local/bin/casperjs');
我还加入了我的php include_path: :在/ usr / local / bin中/ casperjs
但我只得到" NULL"作为exec命令的输出 - 怎么能这样做?有人可以帮忙吗?如何在/ var / www /?
中的webhost目录中使用casperjs