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.
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!