How to install php extension in centos7

王林
Release: 2020-09-29 10:52:06
Original
3891 people have browsed it

How to install php extensions in centos7: First execute the [yum search php74-php] command to see which php extensions can be installed; then execute the [yum -y install extension] command to install it, such as [yum -y install php-fpm].

How to install php extension in centos7

Check out what PHP extensions can be installed:

(Recommended tutorial:centos tutorial)

yum search php74-php
Copy after login

How to install php extension in centos7

Example:

Install php74-php-fpm extension

yum -y install php-fpm
Copy after login

How to install php extension in centos7

Related recommendations:php Training

The above is the detailed content of How to install php extension in centos7. For more information, please follow other related articles on the PHP Chinese website!

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!