一 【卸载老版本php】
1.查看老版本
2.卸载老版本
yum remove php*
二 【安装php7,php-fpm,以及其他扩展 】
1.安装第三方yum源
rpm -Uvh https://mirror.webtatic.com/yum/el6/latest.rpm
2.安装php7
yum install php70w
3.安装php相关扩展
yum install php70w-fpm php70w-mysql php70w-xml php70w-mbstring php70w-openssl php70w-gd
升级完成,如图:
三 【服务管理】
service php-fpm start #启动
service php-fpm stop #停止
service php-fpm restart #重启
php memcache 扩展地址:
https://github.com/websupport-sk/pecl-memcache