We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3bdafb2 + fe3b21e commit b65c10dCopy full SHA for b65c10d
build.sh
@@ -25,7 +25,7 @@ sudo mkdir /usr/local/php7
25
26
git clone https://github.com/php/php-src.git
27
cd php-src
28
-git checkout PHP-7.0.7
+git checkout PHP-7.0.8
29
git pull
30
./buildconf --force
31
readme.md
@@ -27,7 +27,7 @@ while the FPM socket is available at
and PHP CLI:
$ /usr/local/php7/bin/php -v
- PHP 7.0.1 (cli) (built: Jan 6 2016 01:17:03) ( NTS )
+ PHP 7.0.8 (cli) (built: Jan 6 2016 01:17:03) ( NTS )
Copyright (c) 1997-2015 The PHP Group
32
Zend Engine v3.0.0, Copyright (c) 1998-2015 Zend Technologies
33
with Zend OPcache v7.0.6-dev, Copyright (c) 1999-2015, by Zend Technologies
0 commit comments