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.
1 parent a942953 commit 6bf5637Copy full SHA for 6bf5637
build.sh
@@ -31,7 +31,7 @@ sudo mkdir /usr/local/php7
31
git clone https://github.com/php/php-src.git
32
cd php-src
33
git fetch --tags --prune
34
-git checkout tags/php-7.2.10
+git checkout tags/php-7.2.11
35
./buildconf --force
36
37
CONFIGURE_STRING="--prefix=/usr/local/php7 \
0 commit comments