Skip to content

Commit 32fe870

Browse files
committed
PHP 7.0.9
1 parent 12699e7 commit 32fe870

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ sudo mkdir /usr/local/php7
2525

2626
git clone https://github.com/php/php-src.git
2727
cd php-src
28-
git checkout PHP-7.0.8
28+
git checkout PHP-7.0.9
2929
git pull
3030
./buildconf --force
3131

readme.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
These are a set of bash scripts for building and running PHP 7 (CLI and FPM) on Debian based Linux distributions:
44

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
66

77
- `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.
88

@@ -17,7 +17,7 @@ Please note that these are very simple scripts that don't implement error checki
1717
$ ./build.sh
1818
$ sudo ./install.sh
1919

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`.
2121

2222
The PHP-FPM can be operated using the `php7-fpm` init script:
2323

@@ -30,10 +30,10 @@ while the FPM socket is available at
3030
and PHP CLI:
3131

3232
$ /usr/local/php7/bin/php -v
33-
PHP 7.0.8 (cli) (built: Jun 23 2016 20:58:06) ( NTS )
33+
PHP 7.0.9 (cli) (built: Jun 23 2016 20:58:06) ( NTS )
3434
Copyright (c) 1997-2016 The PHP Group
3535
Zend Engine v3.0.0, Copyright (c) 1998-2016 Zend Technologies
36-
with Zend OPcache v7.0.8, Copyright (c) 1999-2016, by Zend Technologies
36+
with Zend OPcache v7.0.9, Copyright (c) 1999-2016, by Zend Technologies
3737

3838
## Configuration files
3939

0 commit comments

Comments
 (0)