rpm -Uvh https://dl.fedoraproject.org/pub/epel/epel-release-latest-6.noarch.rpm rpm -Uvh https://mirror.webtatic.com/yum/el6/latest.rpm
yum install php70w yum install php70w-common yum install php70w-fpm yum install php70w-pdo yum install php70w-xml yum install php70w-mbstring
(由于我跑的是laravel,因此须要以上的一些扩展,其它请自行安装,若是须要其余扩展,请使用yum search php70w)
安装完后运行php
service php-fpm restart service nginx restart
错误日志请查看/var/log/php-fpm/www-error.lognginx