Heim > Artikel > Backend-Entwicklung > So installieren Sie PHP5.4 auf Centos Yum
So installieren Sie PHP5.4 in Centos Yum: 1. Überprüfen Sie, ob PHP bereits auf dem aktuellen System installiert ist. 2. Überprüfen Sie, ob PHP-Software installiert werden kann. 3. Installieren Sie PHP über „Yum Install PHP“.
Die Betriebsumgebung dieses Artikels: CentOS 7.4.1708-System, PHP5.4-Version, DELL G3-Computer
centos yum Wie installiere ich php5.4?
CentOS 7.4 Verwenden Sie yum source to PHP 5.4.16 installieren
1. Überprüfen Sie, ob PHP auf dem aktuellen System installiert ist
[root@localhost ~]# rpm -qa php
2. Überprüfen Sie, ob yum über installierbare PHP-Software verfügt
[root@localhost ~]# yum list | grep php graphviz-php.x86_64 2.30.1-19.el7 base php.x86_64 5.4.16-43.el7_4 updates php-bcmath.x86_64 5.4.16-43.el7_4 updates php-cli.x86_64 5.4.16-43.el7_4 updates php-common.x86_64 5.4.16-43.el7_4 updates php-dba.x86_64 5.4.16-43.el7_4 updates php-devel.x86_64 5.4.16-43.el7_4 updates php-embedded.x86_64 5.4.16-43.el7_4 updates php-enchant.x86_64 5.4.16-43.el7_4 updates php-fpm.x86_64 5.4.16-43.el7_4 updates php-gd.x86_64 5.4.16-43.el7_4 updates php-intl.x86_64 5.4.16-43.el7_4 updates php-ldap.x86_64 5.4.16-43.el7_4 updates php-mbstring.x86_64 5.4.16-43.el7_4 updates php-mysql.x86_64 5.4.16-43.el7_4 updates php-mysqlnd.x86_64 5.4.16-43.el7_4 updates php-odbc.x86_64 5.4.16-43.el7_4 updates php-pdo.x86_64 5.4.16-43.el7_4 updates php-pear.noarch 1:1.9.4-21.el7 base php-pecl-memcache.x86_64 3.0.8-4.el7 base php-pgsql.x86_64 5.4.16-43.el7_4 updates php-process.x86_64 5.4.16-43.el7_4 updates php-pspell.x86_64 5.4.16-43.el7_4 updates php-recode.x86_64 5.4.16-43.el7_4 updates php-snmp.x86_64 5.4.16-43.el7_4 updates php-soap.x86_64 5.4.16-43.el7_4 updates php-xml.x86_64 5.4.16-43.el7_4 updates php-xmlrpc.x86_64 5.4.16-43.el7_4 updates rrdtool-php.x86_64 1.4.8-9.el7 base uuid-php.x86_64 1.6.2-26.el7 base
3. Installieren Sie PHP
[root@localhost ~]# yum install php
4. Überprüfen Sie die Version und die unterstützten Erweiterungen die Funktion mysqli_connect():
PHP-Warnung: mysqli_connect(): Header und Nebenversion der Client-Bibliothek stimmen nicht überein. Header: 50556 Bibliothek: 50637Empfohlenes Lernen: „PHP-Video-Tutorial
“Das obige ist der detaillierte Inhalt vonSo installieren Sie PHP5.4 auf Centos Yum. Für weitere Informationen folgen Sie bitte anderen verwandten Artikeln auf der PHP chinesischen Website!