How to compile and install php
Oct 12, 2019 am 09:10 AMHow to compile and install php?
Compile and install php7.0
1. Unzip and install
1 2 |
|
2. Install dependent libraries:
1 |
|
3. Compile and install, the parameters are as follows:
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 |
|
4. Compile and install
1 |
|
5. Copy the default configuration file
1 2 3 4 |
|
It should be noted that php7 Configure the port number and other information of phpfpm in the www.conf configuration file. If you change the default 9000 port number, you need to change it here, and then change the nginx configuration
6. Start php- fpm
1 |
|
7. Configure nginx to enable the php-fpm module:
1 2 3 4 5 6 7 |
|
For more PHP-related knowledge, please visit PHP Chinese website!
The above is the detailed content of How to compile and install php. For more information, please follow other related articles on the PHP Chinese website!

Hot Article

Hot tools Tags

Hot Article

Hot Article Tags

Notepad++7.3.1
Easy-to-use and free code editor

SublimeText3 Chinese version
Chinese version, very easy to use

Zend Studio 13.0.1
Powerful PHP integrated development environment

Dreamweaver CS6
Visual web development tools

SublimeText3 Mac version
God-level code editing software (SublimeText3)

Hot Topics

PHP 8.4 Installation and Upgrade guide for Ubuntu and Debian

How To Set Up Visual Studio Code (VS Code) for PHP Development
