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 1743452 commit 369e71aCopy full SHA for 369e71a
build.sh
@@ -34,6 +34,9 @@ git fetch --tags --prune
34
git checkout tags/php-7.2.8
35
./buildconf --force
36
37
+# Enable MySQL socket search during the build.
38
+export PHP_MYSQL_SOCK=yes
39
+
40
CONFIGURE_STRING="--prefix=/usr/local/php7 \
41
--enable-huge-code-pages \
42
--with-config-file-scan-dir=/usr/local/php7/etc/conf.d \
0 commit comments