Skip to content

Commit 1dd3c2f

Browse files
committed
Rely on php config for mysql socket path
1 parent 995d169 commit 1dd3c2f

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

build.sh

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,8 @@ CONFIGURE_STRING="--prefix=/usr/local/php7 \
5050
--enable-mbstring \
5151
--with-mhash \
5252
--enable-mysqlnd \
53-
--with-mysql-sock=/var/run/mysqld/mysqld.sock \
54-
--with-mysqli=mysqlnd \
55-
--with-pdo-mysql=mysqlnd \
53+
--with-mysqli \
54+
--with-pdo-mysql \
5655
--with-openssl \
5756
--enable-pcntl \
5857
--with-pspell \

0 commit comments

Comments
 (0)