我正在尝试执行缩略图转换器脚本 phantomjs。在我的终端上它工作正常,但在我的网页中返回 5 个代码。是权限的问题吗?我正在使用 php 5.3 + MAMP
$output = array();
$command = "./bundles/MainBundle/js/phantomjs /bundles/MainBundle/js/convert.js";
$return_var=0;
exec($command,$output,$return_var);
帮助!请