原因是之前mac自带的php5.5版本被我升级到了5.6
通过phpinfo()查看到目前php5.6的安装目录
重新制定一些interpreter的路径
/usr/local/php5/bin
就可以了