当前位置:网站首页>centos php7.2.24升级到php7.3
centos php7.2.24升级到php7.3
2022-07-03 06:51:00 【AquilaEAG】
1、删除PHP 7.2.24及相关模块
https://www.jianshu.com/p/affcf885d1f7
2、安装epel-release 7版本
yum install http://rpms.remirepo.net/enterprise/remi-release-7.rpm
https://www.jianshu.com/p/1882cd3b2295
注:EPEL,即Extra Packages for Enterprise Linux的简称,是为企业级Linux提供的一组高质量的额外软件包,包括但不限于Red Hat Enterprise Linux (RHEL), CentOS and Scientific Linux (SL), Oracle Enterprise Linux (OEL)。(关于 : EPEL)
3、安装PHP 7.3
https://blog.csdn.net/laohe08/article/details/93166590
4、Linux创建软连接–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
边栏推荐
- Interface learning
- Interface test weather API
- C2338 Cannot format an argument. To make type T formattable provide a formatter<T> specialization:
- Selenium - by changing the window size, the width, height and length of different models will be different
- Pytest attempts to execute the test case without skipping, but the case shows that it is all skipped
- 学习笔记 -- k-d tree 和 ikd-Tree 原理及对比
- Pytorch exercise items
- Page text acquisition
- Ruoyi interface permission verification
- [Code] occasionally take values, judge blanks, look up tables, verify, etc
猜你喜欢
On the practice of performance optimization and stability guarantee
ssh链接远程服务器 及 远程图形化界面的本地显示
JMeter linked database
Create your own deep learning environment with CONDA
如何迁移或复制VMware虚拟机系统
SSH link remote server and local display of remote graphical interface
Software testing assignment - the next day
scroll-view指定滚动元素的起始位置
Example of joint use of ros+pytoch (semantic segmentation)
[untitled]
随机推荐
学习笔记 -- k-d tree 和 ikd-Tree 原理及对比
The 10000 hour rule won't make you a master programmer, but at least it's a good starting point
MATLAB如何修改默认设置
多个全局异常处理类,怎么规定执行顺序
【开源项目推荐-ColugoMum】这群本科生基于国产深度学习框架PaddlePadddle开源了零售行业解决方案
Abstract learning
利用C#实现Pdf转图片
[Code] occasionally take values, judge blanks, look up tables, verify, etc
2022-06-23 VGMP-OSPF-域間安全策略-NAT策略(更新中)
2022 - 06 - 23 vgmp - OSPF - Inter - Domain Security Policy - nat Policy (Update)
Dbnet: real time scene text detection with differentiable binarization
Summary of UI module design and practical application of agent mode
mongodb
远端rostopic的本地rviz调用及显示
Derivation of variance iteration formula
Understand software testing
What are the characteristics and functions of the scientific thinking mode of mechanical view and system view
La loi des 10 000 heures ne fait pas de vous un maître de programmation, mais au moins un bon point de départ
修改MySQL密码
[leetcode] day93 - intersection of two arrays II