[精讚] [會員登入]
3403

[Centos8] PHP7.2升級到7.4

在centos8中把php 7.2升到7.4版

分享此文連結 //n.sfs.tw/15077

分享連結 [Centos8] PHP7.2升級到7.4 @新精讚
(文章歡迎轉載,務必尊重版權註明連結來源)
2021-06-08 14:08:09 最後編修
2021-05-05 12:44:55 By 張○○
 

自動目錄

為了使用 Codeignitor4 ,不得已把php升到7.4 ,參考資料[1]的作法,他採用直接升級的方法,無痛而且簡單。

目前環境

CentOS Linux release 8.3.2011
PHP 7.2.24

安裝repository

以上dnf如果沒有的話使用yum亦可

安裝 php 7.4版

# sudo dnf module install php:remi-7.4
Last metadata expiration check: 1:40:17 ago on Wed 05 May 2021 10:44:55 AM CST.
Dependencies resolved.
The operation would result in switching of module 'php' stream '7.2' to stream 'remi-7.4'
Error: It is not possible to switch enabled streams of a module.
It is recommended to remove all installed content from the module, and reset the module using 'dnf module reset <module_name>' command. After you reset the module, you can install the other stream.

報錯,把 module reset掉重試

# sudo dnf module reset php

 

# sudo dnf module install php:remi-7.4

進入安裝/升級程序,版本檢查

# php -v
PHP 7.4.19 (cli) (built: May  4 2021 11:06:37) ( NTS )
Copyright (c) The PHP Group
Zend Engine v3.4.0, Copyright (c) Zend Technologies
    with Zend OPcache v7.4.19, Copyright (c), by Zend Technologies
 

簡單容易。

參考資料

[1] https://mebee.info/2020/03/12/post-7365/

END

你可能感興趣的文章

[Centos6] 安裝VNC連線程式 在Centos6桌上環境安裝VNC 連線程式

[CentOS 8] 無法使用: No URLs in mirrorlist error Centos8 沒辦法使用yum安裝軟體的解決方法

安裝SPHINX支援中文 新版本的 sphinx 和舊版不同,網路上很多範例和教學是不能用的。此文是安裝和設定方法分享

[Rocky9+Docker] Mariadb Cluster + HAPROXY + Docker compose 把mariadb多個節點放在同一個docker中建立叢集的作法到底可不可行?

[Centos8] linux 上的Base64加解密指令 在linux上很方便的指令可以加解密 base64

[postfix] open /etc/postfix/main.cf: Permission denied 等錯誤 遇到開啟 /etc/postfix/main.cf: Permission denied 等錯誤解決

隨機好文

[jQuery] select 元件的取值及給值 html中的元件select,在jquery中要如何使用?

[bc] linux 的計算機 bc 設定小數位數、計算π、次方根 linux 的計算機 bc 設定小數位數、計算π、次方根

NETCRAFT發現你的網站及作業系統 NETCRAFT可以發現你的網站及作業系統

對物品的感情 這個議題很奇怪,可是大部分的人都會有,物品是死的,壞了就淘汰,出新的就被替換。為何會有情感?

[Mysql] 資料型態int, float, double, text, char, varchar, blob大小 Mysql中資料型態int, float, text, char, varchar, blob大小