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

PHP 5.5-Installation auf CentOs

Einführung:

PHP ist eine Server-Skriptsprache und ein leistungsstarkes Werkzeug zum Erstellen dynamischer und interaktiver Webseiten. PHP ist eine weit verbreitete, kostenlose und effiziente Alternative zu Konkurrenten wie Microsofts ASP.

Zur Installation müssen Sie zuerst die Webtatic EL yum-Repository-Informationen entsprechend Ihrer CentOs-Version zu yum hinzufügen. Geben Sie die folgenden Befehle ein, um das Webtatic EL Yum-Repository hinzuzufügen:

$ rpm -Uvh https://dl.fedoraproject.org/pub/epel/epel-release-latest-6.noarch.rpm

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

Um PHP zu installieren, geben Sie den folgenden Befehl ein:

yum install php55w php55w-opcache

Starten Sie den Apache-Dienst neu:

 systemctl restart httpd.service

Cent OS
  1. Upgrade von PHP 5.x auf PHP 7.0 auf einem CentOS/RedHat-Server mit Yum

  2. So installieren Sie PHP 5.5 auf CentOS

  3. So installieren Sie PHP 5.6 unter CentOS 7

  4. So installieren Sie PHP 8 unter CentOS 7

  5. So installieren Sie PHP 8 unter CentOS 8

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

Installieren Sie PHP 7 auf CentOS 7

So installieren Sie PHP 7 unter CentOS 7

Installieren Sie Anaconda auf CentOS 8

Aktualisieren Sie PHP 5.3 auf PHP 7.0 mit yum unter CentOS/RHEL/Fedora

So installieren Sie PHP 7.3 auf CentOS 8