How to modify ini file in php

藏色散人
Release: 2023-03-02 17:12:02
Original
4357 people have browsed it

How to modify the ini file in php: first find and open the "php.ini" file in the PHP directory file; then hold down the "ctrl F" shortcut key to find the configuration item that needs to be modified; then remove the front of the configuration item Comment; just modify the required value at the end and save it.

How to modify ini file in php

php modify ini file

Find the php.ini file, usually in the php directory file below. Open the file, hold down ctrl F to find the configuration item that needs to be modified, and then remove the previous comment, usually a semicolon (i.e.;). Then modify the required values and save the file. Just restart PHP and the server apache or nginx.

Recommended: "PHP Tutorial"

The above is the detailed content of How to modify ini file in php. 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!