# yum install php
安装完成之后需要重启apache服务器才可以使用php功能
若需要使用PHP操作mysql数据库则需要安装 php-mysql
#yum install php-mysql