Where is the installation directory of php under linux?

王林
Release: 2020-09-28 15:55:41
Original
2796 people have browsed it

The installation directory of php under Linux is generally under /etc/. If PHP is installed in source code mode, then the PHP installation directory is under /usr/local/lib. At this time, the PHP configuration file is under /usr/local/lib/php.ini.

Where is the installation directory of php under linux?

If you use RPM package to install, the installation path should be in the /etc/ directory;

(Recommended tutorial: linux tutorial)

php configuration file:/etc/php.ini

If you use source code to install, it is generally installed in the /usr/local/lib directory by default;

php configuration file: /usr/local/lib/php.ini

or

/usr/local/php/etc/php.ini

Related recommendations:phptraining

The above is the detailed content of Where is the installation directory of php under linux?. 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
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template