GNU/Linux >> LINUX-Kenntnisse >  >> Cent OS

Aktualisieren Sie die PHP-Version auf 5.5 in CentOS 6

Bitte führen Sie die folgenden Schritte aus, um auf die php5.5-Version zu aktualisieren

To install, first we need to add the Webtatic EL yum repository information corresponding to our CentOS/RHEL version to yum

rpm -Uvh https://mirror.webtatic.com/yum/el6/latest.rpm

Jetzt können wir PHP 5.5 (zusammen mit einem Opcode-Cache) installieren

yum install php55w php55w-opcache

Wenn wir php auf diese Version aktualisieren möchten, sollten Sie zunächst prüfen, ob Ihr System das Upgrade unterstützt.

Wir können PHP mit den folgenden Befehlen aktualisieren

yum install yum-plugin-replace

yum replace php-common --replace-with=php55w-common

WARNUNG:Es wird die Meldung „Unable to resolve all provider …“ angezeigt. Dies ist normal, und Sie können fortfahren, indem Sie „y“ binden. Sie haben die Möglichkeit zu sehen, welche Pakete installiert und entfernt werden, bevor Sie erneut die Möglichkeit haben, dies zu bestätigen.

So überprüfen Sie die PHP-Version

[root@test-e2e ~]# php -v

Bei erfolgreicher Installation erhalten Sie eine Meldung, die der folgenden ähnelt:

PHP 5.5.38 (cli) (built: Jul 21 2016 12:51:12) 
Copyright (c) 1997-2015 The PHP Group
Zend Engine v2.5.0, Copyright (c) 1998-2015 Zend Technologies
with Zend OPcache v7.0.6-dev, Copyright (c) 1999-2015, by Zend Technologies

Cent OS
  1. So installieren oder aktualisieren Sie auf PHP 7 auf CentOS 7 Linux Server

  2. Aktualisieren Sie die PHP-Version auf 7.0 in CentOS 6/7

  3. Aktualisieren Sie die PHP-Version auf 5.6 in Centos 6

  4. Upgrade auf CentOS 6.2 von CentOS 6.1 / CentOS 6.0

  5. So aktualisieren Sie die PHP-Version auf PHP 8.0 unter Ubuntu

So installieren Sie PHP 7, 7.2 und 7.3 auf CentOS 7

So aktualisieren Sie den Linux-Kernel in CentOS 7

So überprüfen Sie die CentOS-Version

Installieren Sie PHP 7 auf CentOS 7

So installieren Sie PHP 7.4 auf CentOS 8

PHP-Version ändern