From: Anatol Belski Date: Mon, 16 Mar 2015 19:05:40 +0000 (+0100) Subject: remove ext/mysql enablement from travis build X-Git-Tag: PRE_PHP7_NSAPI_REMOVAL~639 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=59a2a900a527f15b5a481bdb59b7af2db9d110b3;p=php remove ext/mysql enablement from travis build --- diff --git a/travis/compile.sh b/travis/compile.sh index 77ff49ab15..e7ab01705f 100755 --- a/travis/compile.sh +++ b/travis/compile.sh @@ -16,7 +16,6 @@ $TS \ --enable-phpdbg \ --enable-fpm \ --with-pdo-mysql=mysqlnd \ ---with-mysql=mysqlnd \ --with-mysqli=mysqlnd \ --with-pgsql \ --with-pdo-pgsql \