From: Stanislav Malyshev Date: Sun, 11 Aug 2013 08:36:59 +0000 (-0700) Subject: use mysqlnd, some tests fail otherwise X-Git-Tag: php-5.5.2~11 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=76fd13f742853b1d90c2bb79d7076636c9b141a0;p=php use mysqlnd, some tests fail otherwise --- 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 \