You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: readme.md
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
These are a set of bash scripts for building and running PHP 7 (CLI and FPM) on Debian based Linux distributions:
4
4
5
-
-`build.sh` installs the necessary build dependencies and the latest development version of PHP with CLI and FPM server APIs (SAPI) from the `PHP-7.0.8` branch of https://github.com/php/php-src
5
+
-`build.sh` installs the necessary build dependencies and the latest development version of PHP with CLI and FPM server APIs (SAPI) from the `PHP-7.x.x` branch of https://github.com/php/php-src
6
6
7
7
-`install.sh` sets up PHP-FPM by moving configuration files into their correct locations in `/usr/local/php7` and enables the `php7-fpm` service and adds it to the startup sequence.
8
8
@@ -17,7 +17,7 @@ Please note that these are very simple scripts that don't implement error checki
17
17
$ ./build.sh
18
18
$ sudo ./install.sh
19
19
20
-
If you need only an **update**, just replace `sudo ./install.sh` with `sudo ./update.sh`.
20
+
If you need only an **update**, usage is the same but just replace `sudo ./install.sh` with `sudo ./update.sh`.
21
21
22
22
The PHP-FPM can be operated using the `php7-fpm` init script:
23
23
@@ -30,10 +30,10 @@ while the FPM socket is available at
0 commit comments