Skip to content

Commit 76fd13f

Browse files
committed
use mysqlnd, some tests fail otherwise
1 parent 29f1aa2 commit 76fd13f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

travis/compile.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
#!/bin/bash
22
./buildconf
33
./configure --quiet \
4-
--with-pdo-mysql \
5-
--with-mysql \
6-
--with-mysqli \
4+
--with-pdo-mysql=mysqlnd \
5+
--with-mysql=mysqlnd \
6+
--with-mysqli=mysqlnd \
77
--with-pgsql \
88
--with-pdo-pgsql \
99
--with-pdo-sqlite \

0 commit comments

Comments
 (0)