search
HomeBackend DevelopmentPHP7How to install php7.4 on CentOS yum

Use yum to install the official version of php7.4 under the centos system. Currently, it is installed based on the one-click installation package provided by WLNMP

1. Add the epel source

yum install epel-release

2. Add WLNMP one-click installation package source

rpm -ivh http://mirrors.wlnmp.com/centos/wlnmp-release-centos.noarch.rpm

3. Install php7.4

yum clean all
yum install wphp74

Startup method

/etc/init.d/php-fpm74 restart

4. Configure nginx

(1) If you use nginx provided by WLNMP, you only need to cancel include enable-php71.conf after nginx installation; uncomment it

WLNMP installation nginx method

yum install wnginx

(2) If you are currently using nginx that is not provided by WLNMP, you only need to configure the following content in nginx

        location ~ [^/]\.php(/|$)
        {
            try_files $uri =404;
            fastcgi_pass  unix:/tmp/php-fpm74.sock;
            fastcgi_index index.php;
            include fastcgi.conf;
        }

For more related content, please refer to:《PHP7》Tutorial

The above is the detailed content of How to install php7.4 on CentOS yum. For more information, please follow other related articles on the PHP Chinese website!

Statement
This article is reproduced at:whsir. If there is any infringement, please contact admin@php.cn delete

Hot AI Tools

Undresser.AI Undress

Undresser.AI Undress

AI-powered app for creating realistic nude photos

AI Clothes Remover

AI Clothes Remover

Online AI tool for removing clothes from photos.

Undress AI Tool

Undress AI Tool

Undress images for free

Clothoff.io

Clothoff.io

AI clothes remover

Video Face Swap

Video Face Swap

Swap faces in any video effortlessly with our completely free AI face swap tool!

Hot Article

Hot Tools

ZendStudio 13.5.1 Mac

ZendStudio 13.5.1 Mac

Powerful PHP integrated development environment

SecLists

SecLists

SecLists is the ultimate security tester's companion. It is a collection of various types of lists that are frequently used during security assessments, all in one place. SecLists helps make security testing more efficient and productive by conveniently providing all the lists a security tester might need. List types include usernames, passwords, URLs, fuzzing payloads, sensitive data patterns, web shells, and more. The tester can simply pull this repository onto a new test machine and he will have access to every type of list he needs.

Dreamweaver CS6

Dreamweaver CS6

Visual web development tools

MinGW - Minimalist GNU for Windows

MinGW - Minimalist GNU for Windows

This project is in the process of being migrated to osdn.net/projects/mingw, you can continue to follow us there. MinGW: A native Windows port of the GNU Compiler Collection (GCC), freely distributable import libraries and header files for building native Windows applications; includes extensions to the MSVC runtime to support C99 functionality. All MinGW software can run on 64-bit Windows platforms.

Notepad++7.3.1

Notepad++7.3.1

Easy-to-use and free code editor