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 369e71a commit 3545ae6Copy full SHA for 3545ae6
build.sh
@@ -34,9 +34,6 @@ 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 \
@@ -54,6 +51,7 @@ CONFIGURE_STRING="--prefix=/usr/local/php7 \
54
51
--with-mhash \
55
52
--enable-mysqlnd \
56
53
--with-mysqli \
+ --with-mysql-sock=yes \
57
--with-pdo-mysql \
58
--with-openssl \
59
--enable-pcntl \
0 commit comments