# php -v 查看全部php软件包
#rpm -qa|grep php
提示如下:
php-cli-5.4.16-46.el7.x86_64 php-process-5.4.16-46.el7.x86_64 php-pear-1.9.4-21.el7.noarch php-mbstring-5.4.16-46.el7.x86_64 php-5.4.16-46.el7.x86_64 php-snmp-5.4.16-46.el7.x86_64 php-soap-5.4.16-46.el7.x86_64 php-xml-5.4.16-46.el7.x86_64 php-gd-5.4.16-46.el7.x86_64 php-mysql-5.4.16-46.el7.x86_64 php-ldap-5.4.16-46.el7.x86_64 php-common-5.4.16-46.el7.x86_64 php-pdo-5.4.16-46.el7.x86_64 php-odbc-5.4.16-46.el7.x86_64 php-xmlrpc-5.4.16-46.el7.x86_64 删除PHP版本
# rpm -e php-mysql-5.4.16-46.el7.x86_64
# rpm -e php-odbc-5.4.16-46.el7.x86_64
# rpm -e php-pdo-5.4.16-46.el7.x86_64
# rpm -e php-xml-5.4.16-46.el7.x86_64
# rpm -e php-cli-5.4.16-46.el7.x86_64
# rpm -e php-gd-5.4.16-46.el7.x86_64
# rpm -e php-common-5.4.16-46.el7.x86_64
Buy me a cup of coffee :)