[LINUX] PHP-Installation (CentOS 8)

Wenn Sie den Artikel lesen und denken "Ist es nicht in Ordnung?", Bitte LGTM.

Voraussetzungen

-Installieren Sie PHP unter CentOS mit Docker ・ Die Version von CentOS lautet wie folgt

$ cat /etc/redhat-release
CentOS Linux release 8.2.2004 (Core)

Überprüfen Sie, ob PHP bereits installiert ist

Überprüfen Sie, ob PHP bereits installiert ist

$ yum list installed | grep php

Wenn es installiert ist, entfernen Sie es

$ yum remove php*

Installieren Sie PHP

$ yum install epel-release
$ yum install https://rpms.remirepo.net/enterprise/remi-release-8.rpm
$ yum remove php-*
$ yum install php74

Überprüfen Sie, ob PHP installiert ist

$ php74 -version
PHP 7.4.12 (cli) (built: Oct 27 2020 15:01:52) ( NTS )
Copyright (c) The PHP Group
Zend Engine v3.4.0, Copyright (c) Zend Technologies

Recommended Posts

PHP-Installation (CentOS 8)
Installationsfehler von centOS 7
Installation von CentOS 8
Installation von CentOS 7 + ffmpeg
Python 2.7-Installation (yum) (CentOS 6.8)
Installation auf der CentOS8 Virtual Box
Python 3.5-Installation (yum) (CentOS 6.8)
Python (pyenv + pyenv-virtualenv) + CentOS7-Installation
Installationsverfahren für CentOS 8 (neueste Version)
Die Apache-Installation schlägt unter CentOS 8.2 fehl
So installieren Sie NTP (Chrony) (CentOS8)
Installationsverfahren für Teamviewer für Linux (CentOS)
Installation von Oracle Database 18c (Linux CentOS 7 Edition)
Django Installation
Cuda Installation
boto3 Installation
Pythia-Installation
Installieren Sie Docker
Volatilitätsinstallation
Python-Installation
Rohrinstallation
Sphinx-Installation
InstantOS 1-Installation
Jupyter Installation
Installation der Pleasanter .NetCore-Version (CentOS7 .NetCore2.2 SQL Server 2019)
Python-Installation
Rohrinstallation
Kivy Installation
ChaSen-Installation
Backtrader-Installation
Rohrinstallation
[Linux] Grundeinstellungen nach der Installation des Betriebssystems von CentOS 7.3