Home > Backend Development > PHP7 > What should I do if there is no php7apache2_4.dll in the downloaded php7?

What should I do if there is no php7apache2_4.dll in the downloaded php7?

藏色散人
Release: 2023-02-18 08:52:01
forward
3212 people have browsed it

This article is provided by the PHP7 tutorial column to introduce to you how to solve the problem that there is no php7apache2_4.dll in the downloaded php7. It has certain reference value. Friends in need can refer to it. I hope it will be helpful to everyone.

What should I do if there is no php7apache2_4.dll in the downloaded php7?

Specific question:

When installing php7 under windows, there is no php7apache2_4.dll in php7. What should I do?

Solution:

1. To download THREAD SAFE, you should download NOT THREAD SAFE

2. If it is a 64-bit system You need to download x64, but not x86

------------------------------------------------ ----------------------------------

Configuration:

# php7 support
PHPIniDir "E:/phpEnv/php"
LoadModule php7_module "E:/phpEnv/php/php7apache2_4.dll"
AddType application/x-httpd-php .php .html .htm
# configure the path to php.ini
Copy after login

Recommended Study: "PHP Video Tutorial"

The above is the detailed content of What should I do if there is no php7apache2_4.dll in the downloaded php7?. For more information, please follow other related articles on the PHP Chinese website!

Related labels:
source:zhihu.com
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
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template