当前位置:网站首页>Upgrade CentOS php7.2.24 to php7.3
Upgrade CentOS php7.2.24 to php7.3
2022-07-03 06:55:00 【AquilaEAG】
1、 Delete PHP 7.2.24 And related modules
https://www.jianshu.com/p/affcf885d1f7
2、 install epel-release 7 edition
yum install http://rpms.remirepo.net/enterprise/remi-release-7.rpm
https://www.jianshu.com/p/1882cd3b2295
notes :EPEL, namely Extra Packages for Enterprise Linux For short , It's for the enterprise class Linux A set of high-quality extra packages , Including but not limited to Red Hat Enterprise Linux (RHEL), CentOS and Scientific Linux (SL), Oracle Enterprise Linux (OEL).( About : EPEL)
3、 install PHP 7.3
https://blog.csdn.net/laohe08/article/details/93166590
4、Linux Create a soft connection –ln -s
[[email protected]-20-2-centos data]# which php73
/usr/bin/php73
[[email protected]-20-2-centos data]# ln -s /usr/bin/php73 /usr/bin/php
[[email protected]-20-2-centos data]# php --version
PHP 7.3.33 (cli) (built: Jun 7 2022 08:45:21) ( NTS )
Copyright (c) 1997-2018 The PHP Group
Zend Engine v3.3.33, Copyright (c) 1998-2018 Zend Technologies
with Zend OPcache v7.3.33, Copyright (c) 1999-2018, by Zend Technologies
边栏推荐
- Hands on redis master-slave replication, sentinel master-slave switching, cluster sharding
- Modify MySQL password
- JMeter test result output
- Summary of remote connection of MySQL
- 每日刷題記錄 (十一)
- IC_ EDA_ All virtual machine (rich Edition): questasim, vivado, VCs, Verdi, DC, Pt, spyglass, icc2, synthesize, innovative, ic617, mmsim, process library
- Dbnet: real time scene text detection with differentiable binarization
- vmware虚拟机C盘扩容
- 10000小時定律不會讓你成為編程大師,但至少是個好的起點
- Golang operation redis: write and read kV data
猜你喜欢
Application scenarios of Catalan number
Golang operation redis: write and read kV data
Integration test practice (1) theoretical basis
New knowledge! The virtual machine network card causes your DNS resolution to slow down
Numerical method for solving optimal control problem (I) -- gradient method
Daily question brushing record (11)
SQL implementation merges multiple rows of records into one row
In depth analysis of reentrantlock fair lock and unfair lock source code implementation
多个全局异常处理类,怎么规定执行顺序
My 2020 summary "don't love the past, indulge in moving forward"
随机推荐
每日刷题记录 (十一)
Hands on redis master-slave replication, sentinel master-slave switching, cluster sharding
Summary of remote connection of MySQL
C2338 Cannot format an argument. To make type T formattable provide a formatter<T> specialization:
[vscode - vehicle plug-in reports an error] cannot find module 'xxx' or its corresponding type declarations Vetur(2307)
Know flex box
卡特兰数(Catalan)的应用场景
Sorting out the core ideas of the pyramid principle
[C /vb.net] convert PDF to svg/image, svg/image to PDF
Ruoyi interface permission verification
Liang Ning: 30 lectures on brain map notes for growth thinking
crontab定时任务
Laravel Web框架
【code】偶尔取值、判空、查表、验证等
熊市里的大机构压力倍增,灰度、Tether、微策略等巨鲸会不会成为'巨雷'?
【类和对象】深入浅出类和对象
Personally design a highly concurrent seckill system
Basic teaching of crawler code
Centos切换安装mysql5.7和mysql8.0
Pytest attempts to execute the test case without skipping, but the case shows that it is all skipped