Home > Article > Backend Development > [php installation and configuration] Installation under Unix system
The content of this article is about [php installation and configuration] installation under Unix system. It has certain reference value. Now I share it with you. Friends in need can refer to it
Under Unix system Installation
How to install PHP under Unix platform:
Use the configuration and compilation process
Use various pre-installed Compiled Package
Many Unix-like systems have a package installation system that can be used to set up a PHP with a standard configuration.
But if you need different functions than the standard configuration (such as a security server, or different database driver extension modules), you may need to compile PHP and/or web server.
The initial configuration and installation process of PHP is controlled by a series of command line options in the configure script.
Core configuration option list
Wikipedia: UNIX
Installation under Unix system
How to install PHP under Unix platform:
Using the configuration and compilation process
Using various precompiled packages
Many Unix-like systems have Package installation system that can be used to set up PHP with a standard configuration.
But if you need different functions than the standard configuration (such as a security server, or different database driver extension modules), you may need to compile PHP and/or web server.
The initial configuration and installation process of PHP is controlled by a series of command line options in the configure script.
Core Configuration Options List
Wikipedia: UNIX
The above is the detailed content of [php installation and configuration] Installation under Unix system. For more information, please follow other related articles on the PHP Chinese website!