Linux查看和删除PHP版本
时间: 2019-11-30来源:OSCHINA
前景提要
「深度学习福利」大神带你进阶工程师,立即查看>>> # 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 :)

科技资讯:

科技学院:

科技百科:

科技书籍:

网站大全:

软件大全:

热门排行