Skip to content

Commit

Permalink
Rely on php config for mysql socket path
Browse files Browse the repository at this point in the history
  • Loading branch information
kasparsd committed Aug 4, 2018
1 parent 995d169 commit 1dd3c2f
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,8 @@ CONFIGURE_STRING="--prefix=/usr/local/php7 \
--enable-mbstring \
--with-mhash \
--enable-mysqlnd \
--with-mysql-sock=/var/run/mysqld/mysqld.sock \
--with-mysqli=mysqlnd \
--with-pdo-mysql=mysqlnd \
--with-mysqli \
--with-pdo-mysql \
--with-openssl \
--enable-pcntl \
--with-pspell \
Expand Down

0 comments on commit 1dd3c2f

Please sign in to comment.