Skip to content

Commit b65c10d

Browse files
authored
Merge pull request #37 from findli/master
PHP version 7.0.7 -> 7.0.8, props @findli
2 parents 3bdafb2 + fe3b21e commit b65c10d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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.7
28+
git checkout PHP-7.0.8
2929
git pull
3030
./buildconf --force
3131

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ while the FPM socket is available at
2727
and PHP CLI:
2828

2929
$ /usr/local/php7/bin/php -v
30-
PHP 7.0.1 (cli) (built: Jan 6 2016 01:17:03) ( NTS )
30+
PHP 7.0.8 (cli) (built: Jan 6 2016 01:17:03) ( NTS )
3131
Copyright (c) 1997-2015 The PHP Group
3232
Zend Engine v3.0.0, Copyright (c) 1998-2015 Zend Technologies
3333
with Zend OPcache v7.0.6-dev, Copyright (c) 1999-2015, by Zend Technologies

0 commit comments

Comments
 (0)