Home  >  Article  >  Backend Development  >  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?

藏色散人
藏色散人forward
2021-11-05 15:29:113065browse

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

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!

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