Dieser Artikel stellt hauptsächlich die Installation des PHP-Versionswechsels unter CentOS vor. Er hat einen bestimmten Referenzwert. Jetzt können Freunde in Not darauf zurückgreifen, wenn die installierte PHP-Version zu niedrig ist 🎜>
1. Löschen Sie zuerst PHP auf Centos# yum remove php-common
CentOS 6.x-Quelle
# rpm -Uvh https://dl.fedoraproject.org/pub/epel/epel-release-latest-6.noarch.rpm # rpm -Uvh https://mirror.webtatic.com/yum/el6/latest.rpm
CentOS 7 .x-Quelle
# rpm -Uvh https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm # rpm -Uvh https://mirror.webtatic.com/yum/el7/webtatic-release.rpm
# yum install php70w-common php70w-mbstring php70w-fpm php70w-pecl-memcached php70w-opcache php70w-mysqlnd php70w-pecl-redis php70w-devel
# yum install php70w-gd
# php -v
Centos PHP5 installieren, PHP deinstallieren, PHP7 installieren
CentOS-Installation PHP5.6-Instanz
Das obige ist der detaillierte Inhalt vonCentOS-Installation PHP-Versionswechsel. Für weitere Informationen folgen Sie bitte anderen verwandten Artikeln auf der PHP chinesischen Website!