安装PHP
由于Centos 7提供的PHP版本与需求不一致,需要配置第三方yum源
shell# wget https://mirror.webtatic.com/yum/el7/epel-release.rpm
shell# wget https://mirror.webtatic.com/yum/el7/webtatic-release.rpm
shell# rpm -ivh epel-release.rpm
shell# rpm -ivh webtatic-release.rpm
安装PHP及一些需要的扩张
shell# yum install php56w php56w-mysqlnd php56w-gd php56w-mbstring
PHP配置
#/etc/php.ini
date.timezone = Asia/Shanghai