]> granicus.if.org Git - php/commitdiff
use mysqlnd, some tests fail otherwise
authorStanislav Malyshev <stas@php.net>
Sun, 11 Aug 2013 08:36:59 +0000 (01:36 -0700)
committerStanislav Malyshev <stas@php.net>
Sun, 11 Aug 2013 08:36:59 +0000 (01:36 -0700)
travis/compile.sh

index b48bfe8e24eea690ffc2d69fd97b72bbfcc0675d..a56db63c127a0f0c90681e54998c5cfc8135dd2b 100755 (executable)
@@ -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 \