summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStanislav Malyshev <stas@php.net>2013-08-11 01:36:59 -0700
committerStanislav Malyshev <stas@php.net>2013-08-11 01:36:59 -0700
commit76fd13f742853b1d90c2bb79d7076636c9b141a0 (patch)
tree65e21593e5d42ff8f861cae6b06ace0473e7c691
parent29f1aa2618e7cd92c5d843e2334f2d1f6bb33225 (diff)
downloadphp-git-76fd13f742853b1d90c2bb79d7076636c9b141a0.tar.gz
use mysqlnd, some tests fail otherwise
-rwxr-xr-xtravis/compile.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/travis/compile.sh b/travis/compile.sh
index b48bfe8e24..a56db63c12 100755
--- a/travis/compile.sh
+++ b/travis/compile.sh
@@ -1,9 +1,9 @@
#!/bin/bash
./buildconf
./configure --quiet \
---with-pdo-mysql \
---with-mysql \
---with-mysqli \
+--with-pdo-mysql=mysqlnd \
+--with-mysql=mysqlnd \
+--with-mysqli=mysqlnd \
--with-pgsql \
--with-pdo-pgsql \
--with-pdo-sqlite \