[精讚] [會員登入]
2688

[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

你可能感興趣的文章

[CENTOS7] 安裝rrdtool+RRDs+PERL 要讓perl繪圖,安裝rrdtool和RRDs

[Rocky Linux] 安裝gitlab gitlab+docker compose+ nginx 安裝Gitlab並結合nginx當網頁伺服器

[Oracle9] 查看磁碟檔案類型、掛載和uuid linux 如何查看掛載的磁碟類型?此文做個整理。

Linux shell 的date表示法 linux下SHELL中的date表示法

[LINUX] 利用 usermod 修改使用者的參數和資料 使用指令 usermod 修改使用者的參數和資料

EXCEL+phpPgAdmin 使用phpPgAdmin 匯出資料 直接使用phpPgAmin下載資料的方法

隨機好文

為什麼要買長達二十年的保單? 為什麼要買長達二十年的保單?找一個可以說服我買二十年保單的理由。

[Freebsd] 使用 ADSL 撥接上網 Freebsd上要使用 ADSL 撥接上網,該如何設定?

看懂DSUB DVI HDMI USB等各式影音接頭 看懂DSUB DVI HDMI等各式影音接頭

[Win7] 燒錄 iso 檔 在Windows7 中內建燒錄程式,可以直接把檔案拉到光碟機裡,再執行燒錄。

[CodeIgniter3] 解決無法上傳特定檔案(.sb2)的問題 上傳時出現The filetype you are attempting to upload is not allowed,要怎麼解決?