Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

What would happen to apache without php.ini?

2025-01-18 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Development >

Share

Shulou(Shulou.com)06/02 Report--

Today, I will talk to you about what will happen without php.ini in apache. Many people may not know much about it. In order to make you understand better, the editor has summarized the following contents for you. I hope you can get something according to this article.

What language is php php, a nested acronym, is the abbreviation of English Hypertext preprocessing language (PHP:Hypertext Preprocessor). PHP is a kind of HTML embedded language. PHP is somewhat similar to Microsoft's ASP. It is a scripting language that embeds HTML documents on the server. The style of the language is similar to C language, and now it is widely used by many website programmers.

There is no php.ini solution for apache: 1, download PHP and add the code that introduces php into the apache configuration file httpd.conf; 2, rename the "php.ini-development" file to php.ini;3, restart apache.

This article operating environment: windows7 system, php7.0.24 version, DELL G3 computer

What if apache doesn't have php.ini?

Php under windows does not need to be installed. After downloading one of the versions of php (such as php7.0.24) on the official website, decompress it and put it in a folder (such as c:/php), and then add the code to introduce php into the configuration file httpd.conf of apache:

AddType application/x-httpd-php .phpLoadModule php7_module "c:/php/php7apache2_4.dll" PHPIniDir "c:/php"

Then rename the php.ini-development file in the php folder to php.ini, and restart apache should be fine.

After reading the above, do you have any further understanding of apache without php.ini? If you want to know more knowledge or related content, please follow the industry information channel, thank you for your support.

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Development

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report