Commit:    76fd13f742853b1d90c2bb79d7076636c9b141a0
Author:    Stanislav Malyshev <s...@php.net>         Sun, 11 Aug 2013 01:36:59 
-0700
Parents:   29f1aa2618e7cd92c5d843e2334f2d1f6bb33225
Branches:  PHP-5.5 master

Link:       
http://git.php.net/?p=php-src.git;a=commitdiff;h=76fd13f742853b1d90c2bb79d7076636c9b141a0

Log:
use mysqlnd, some tests fail otherwise

Changed paths:
  M  travis/compile.sh


Diff:
diff --git a/travis/compile.sh b/travis/compile.sh
index b48bfe8..a56db63 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 \


--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to