当前位置:网站首页>CentOS 7 installed php7.0 using Yum or up2date
CentOS 7 installed php7.0 using Yum or up2date
2022-07-01 05:30:00 【xkdlzy】
Delete old php package
yum remove php.x86_64 php-cli.x86_64 php-common.x86_64 php-gd.x86_64 php-ldap.x86_64 php-mbstring.x86_64 php-mcrypt.x86_64 php-mysql.x86_64 php-pdo.x86_64
To configure epel Source
yum install -y epel-release wget -O /etc/yum.repos.d/epel.repo http://mirrors.aliyun.com/repo/epel-7.repo
To configure remi Source
rpm -ivh http://rpms.famillecollet.com/enterprise/remi-release-7.rpm
install php7.0.x
yum install --enablerepo=remi --enablerepo=remi-php70 php php-opcache php-devel php-mbstring php-mcrypt php-mysqlnd php-phpunit-PHPUnit php-pecl-xdebug php-pecl-xhprof
install php-fpm
yum install --enablerepo=remi --enablerepo=remi-php70 php-fpm
Configure boot service
systemctl restart php-fpm systemctl enable php-frm
Check whether the installation is successful
ps -ef | grep php netstat -anp | grep 9000
边栏推荐
- Using nocalhost to develop microservice application on rainbow
- Chapitre d'apprentissage mongodb: Introduction à la première leçon après l'installation
- Unit testing with mongodb
- 多表操作-外键级联操作
- Series of improving enterprise product delivery efficiency (1) -- one click installation and upgrade of enterprise applications
- Set集合详细讲解
- Printk debugging summary
- Day 05 - file operation function
- Rainbond结合NeuVector实践容器安全管理
- Usage and principle of synchronized
猜你喜欢
![Fiber Bragg grating (FBG) notes [1]: waveguide structure and Bragg wavelength derivation](/img/83/97c0c6e23cbb7b4c2b630c217c5206.jpg)
Fiber Bragg grating (FBG) notes [1]: waveguide structure and Bragg wavelength derivation

在Rainbond中一键部署高可用 EMQX 集群

Software intelligence: the "world" and "boundary" of AI sentient beings in AAAs system

Copy baby prompt: material cannot be empty. How to solve it?

Detailed explanation of set

Unity drags and modifies scene camera parameters under the editor

Txncoordsender of cockroachdb distributed transaction source code analysis

busybox生成的东西

使用 Nocalhost 开发 Rainbond 上的微服务应用
![[RootersCTF2019]babyWeb](/img/b4/aa8f8e107a9dacbace72d4717b1834.png)
[RootersCTF2019]babyWeb
随机推荐
[RootersCTF2019]babyWeb
HDU - 1069 Monkey and Banana(DP+LIS)
如何开始学剪辑?零基础详细解析
Spanner 论文小结
Floweable source code annotation (40) class delegation
Numeric amount plus comma; JS two methods of adding three digits and a comma to numbers; JS data formatting
0xc000007b应用程序无法正常启动解决方案(亲测有效)
Web Security (IX) what is JWT?
Introduction to 3D modeling and processing software Liu Ligang University of science and technology of China
Vmware workstation network card settings and three common network modes
Flutter 实现每次进来界面都刷新数据
SSGSSRCSR区别
Global and Chinese market of digital badge 2022-2028: Research Report on technology, participants, trends, market size and share
Rainbond结合NeuVector实践容器安全管理
在Rainbond中一键部署高可用 EMQX 集群
LRU cache for leveldb source code analysis
Set集合详细讲解
Understand several related problems in JVM - JVM memory layout, class loading mechanism, garbage collection
LevelDB源码分析之LRU Cache
Copy baby prompt: material cannot be empty. How to solve it?