Skip to content

Commit 3545ae6

Browse files
committed
Well, turns out we have to pass yes here
1 parent 369e71a commit 3545ae6

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

build.sh

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,6 @@ git fetch --tags --prune
3434
git checkout tags/php-7.2.8
3535
./buildconf --force
3636

37-
# Enable MySQL socket search during the build.
38-
export PHP_MYSQL_SOCK=yes
39-
4037
CONFIGURE_STRING="--prefix=/usr/local/php7 \
4138
--enable-huge-code-pages \
4239
--with-config-file-scan-dir=/usr/local/php7/etc/conf.d \
@@ -54,6 +51,7 @@ CONFIGURE_STRING="--prefix=/usr/local/php7 \
5451
--with-mhash \
5552
--enable-mysqlnd \
5653
--with-mysqli \
54+
--with-mysql-sock=yes \
5755
--with-pdo-mysql \
5856
--with-openssl \
5957
--enable-pcntl \

0 commit comments

Comments
 (0)