本篇內(nèi)容主要講解“centos yum如何安裝php5.4”,感興趣的朋友不妨來(lái)看看。本文介紹的方法操作簡(jiǎn)單快捷,實(shí)用性強(qiáng)。下面就讓小編來(lái)帶大家學(xué)習(xí)“centos yum如何安裝php5.4”吧!
創(chuàng)新互聯(lián)建站主要為客戶(hù)提供服務(wù)項(xiàng)目涵蓋了網(wǎng)頁(yè)視覺(jué)設(shè)計(jì)、VI標(biāo)志設(shè)計(jì)、成都全網(wǎng)營(yíng)銷(xiāo)推廣、網(wǎng)站程序開(kāi)發(fā)、HTML5響應(yīng)式重慶網(wǎng)站建設(shè)公司、移動(dòng)網(wǎng)站建設(shè)、微商城、網(wǎng)站托管及成都網(wǎng)站維護(hù)、WEB系統(tǒng)開(kāi)發(fā)、域名注冊(cè)、國(guó)內(nèi)外服務(wù)器租用、視頻、平面設(shè)計(jì)、SEO優(yōu)化排名。設(shè)計(jì)、前端、后端三個(gè)建站步驟的完善服務(wù)體系。一人跟蹤測(cè)試的建站服務(wù)標(biāo)準(zhǔn)。已經(jīng)為成都水電改造行業(yè)客戶(hù)提供了網(wǎng)站改版服務(wù)。
centos yum安裝php5.4的方法:1、檢查當(dāng)前系統(tǒng)是否已經(jīng)安裝PHP;2、查看yum是否有可安裝的PHP軟件;3、通過(guò)“yum install php”安裝php即可。
本文操作環(huán)境:CentOS 7.4.1708系統(tǒng)、php5.4版、DELL G3電腦
centos yum怎么安裝php5.4?
CentOS 7.4 使用yum源安裝PHP 5.4.16
一、檢查當(dāng)前系統(tǒng)是否已經(jīng)安裝PHP
[root@localhost ~]# rpm -qa php
二、查看yum是否有可安裝的PHP軟件
[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
三、安裝PHP
[root@localhost ~]# yum install php
四、查看版本及支持的擴(kuò)展
[root@localhost ~]# php -v PHP 5.4.16 (cli) (built: Nov 15 2017 16:33:54) Copyright (c) 1997-2013 The PHP Group Zend Engine v2.4.0, Copyright (c) 1998-2013 Zend Technologies
[root@localhost ~]# php -m [PHP Modules] bz2 calendar Core ctype curl date ereg exif fileinfo filter ftp gettext gmp hash iconv json libxml mhash openssl pcntl pcre Phar readline Reflection session shmop SimpleXML sockets SPL standard tokenizer xml zip zlib [Zend Modules] [root@localhost ~]#
[root@localhost ~]# ll /etc/php.d/ 總用量 20 -rw-r--r--. 1 root root 49 11月 16 00:36 curl.ini -rw-r--r--. 1 root root 57 11月 16 00:36 fileinfo.ini -rw-r--r--. 1 root root 49 11月 16 00:36 json.ini -rw-r--r--. 1 root root 49 11月 16 00:36 phar.ini -rw-r--r--. 1 root root 47 11月 16 00:36 zip.ini [root@localhost ~]# ll /usr/lib64/php/modules/ 總用量 3100 -rwxr-xr-x. 1 root root 74688 11月 16 00:36 curl.so -rwxr-xr-x. 1 root root 2713376 11月 16 00:36 fileinfo.so -rwxr-xr-x. 1 root root 44688 11月 16 00:36 json.so -rwxr-xr-x. 1 root root 271992 11月 16 00:36 phar.so -rwxr-xr-x. 1 root root 58392 11月 16 00:36 zip.so
五、安裝php-mysqlnd
當(dāng)前系統(tǒng)已安裝的mysql版本是:
[root@localhost ~]# rpm -qi mysql-community-server Name : mysql-community-server Version : 5.7.21 Release : 1.el7 Architecture: x86_64 Install Date: 2018年02月13日 星期二 09時(shí)37分23秒 Group : Applications/Databases Size : 775546923 License : Copyright (c) 2000, 2017, Oracle and/or its affiliates. All rights reserved. Under GPLv2 license as shown in the Description field. Signature : DSA/SHA1, 2017年12月28日 星期四 20時(shí)54分13秒, Key ID 8c718d3b5072e1f5 Source RPM : mysql-community-5.7.21-1.el7.src.rpm Build Date : 2017年12月28日 星期四 12時(shí)11分13秒 Build Host : siv27.no.oracle.com Relocations : (not relocatable) Packager : MySQL Release Engineering <mysql-build@oss.oracle.com> Vendor : Oracle and/or its affiliates URL : http://www.mysql.com/ Summary : A very fast and reliable SQL database server Description : The MySQL(TM) software delivers a very fast, multi-threaded, multi-user, and robust SQL (Structured Query Language) database server. MySQL Server is intended for mission-critical, heavy-load production systems as well as for embedding into mass-deployed software. MySQL is a trademark of Oracle and/or its affiliates The MySQL software has Dual Licensing, which means you can use the MySQL software free of charge under the GNU General Public License (http://www.gnu.org/licenses/). You can also purchase commercial MySQL licenses from Oracle and/or its affiliates if you do not wish to be bound by the terms of the GPL. See the chapter "Licensing and Support" in the manual for further info. The MySQL web site (http://www.mysql.com/) provides the latest news and information about the MySQL software. Also please see the documentation and the manual for more information. This package includes the MySQL server binary as well as related utilities to run and administer a MySQL server.
[root@localhost ~]# yum install php-mysqlnd
[root@localhost test]# ll /etc/php.d/ 總用量 48 -rw-r--r--. 1 root root 49 11月 16 00:36 curl.ini -rw-r--r--. 1 root root 57 11月 16 00:36 fileinfo.ini -rw-r--r--. 1 root root 49 11月 16 00:36 json.ini -rw-r--r--. 1 root root 55 11月 16 00:36 mysqlnd.ini -rw-r--r--. 1 root root 69 11月 16 00:36 mysqlnd_mysqli.ini -rw-r--r--. 1 root root 67 11月 16 00:36 mysqlnd_mysql.ini -rw-r--r--. 1 root root 47 11月 16 00:36 pdo.ini -rw-r--r--. 1 root root 63 11月 16 00:36 pdo_mysqlnd.ini -rw-r--r--. 1 root root 61 11月 16 00:36 pdo_sqlite.ini -rw-r--r--. 1 root root 49 11月 16 00:36 phar.ini -rw-r--r--. 1 root root 55 11月 16 00:36 sqlite3.ini -rw-r--r--. 1 root root 47 11月 16 00:36 zip.ini [root@localhost test]# ll /usr/lib64/php/modules/ 總用量 3772 -rwxr-xr-x. 1 root root 74688 11月 16 00:36 curl.so -rwxr-xr-x. 1 root root 2713376 11月 16 00:36 fileinfo.so -rwxr-xr-x. 1 root root 44688 11月 16 00:36 json.so -rwxr-xr-x. 1 root root 133136 11月 16 00:36 mysqlnd_mysqli.so -rwxr-xr-x. 1 root root 53584 11月 16 00:36 mysqlnd_mysql.so -rwxr-xr-x. 1 root root 256584 11月 16 00:36 mysqlnd.so -rwxr-xr-x. 1 root root 28784 11月 16 00:36 pdo_mysqlnd.so -rwxr-xr-x. 1 root root 116344 11月 16 00:36 pdo.so -rwxr-xr-x. 1 root root 29176 11月 16 00:36 pdo_sqlite.so -rwxr-xr-x. 1 root root 271992 11月 16 00:36 phar.so -rwxr-xr-x. 1 root root 51360 11月 16 00:36 sqlite3.so -rwxr-xr-x. 1 root root 58392 11月 16 00:36 zip.so
如果安裝的是php-mysql,而不是php-mysqlnd,在使用函數(shù)mysqli_connect()時(shí)會(huì)有警告:
PHP Warning: mysqli_connect(): Headers and client library minor version mismatch. Headers:50556 Library:50637
到此,相信大家對(duì)“centos yum如何安裝php5.4”有了更深的了解,不妨來(lái)實(shí)際操作一番吧!這里是創(chuàng)新互聯(lián)網(wǎng)站,更多相關(guān)內(nèi)容可以進(jìn)入相關(guān)頻道進(jìn)行查詢(xún),關(guān)注我們,繼續(xù)學(xué)習(xí)!
當(dāng)前文章:centosyum如何安裝php5.4
文章路徑:http://chinadenli.net/article20/gicjjo.html
成都網(wǎng)站建設(shè)公司_創(chuàng)新互聯(lián),為您提供ChatGPT、網(wǎng)站建設(shè)、微信小程序、域名注冊(cè)、全網(wǎng)營(yíng)銷(xiāo)推廣、網(wǎng)站排名
聲明:本網(wǎng)站發(fā)布的內(nèi)容(圖片、視頻和文字)以用戶(hù)投稿、用戶(hù)轉(zhuǎn)載內(nèi)容為主,如果涉及侵權(quán)請(qǐng)盡快告知,我們將會(huì)在第一時(shí)間刪除。文章觀點(diǎn)不代表本網(wǎng)站立場(chǎng),如需處理請(qǐng)聯(lián)系客服。電話(huà):028-86922220;郵箱:631063699@qq.com。內(nèi)容未經(jīng)允許不得轉(zhuǎn)載,或轉(zhuǎn)載時(shí)需注明來(lái)源: 創(chuàng)新互聯(lián)