From: Ferenc Kovacs Date: Mon, 30 Jun 2014 10:30:24 +0000 (+0200) Subject: --enable-fpm for the travis build X-Git-Tag: php-5.5.15RC1~34 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=803cfe32e657c3c3f3776f1470fd598f5e6a107a;p=php --enable-fpm for the travis build --- diff --git a/travis/compile.sh b/travis/compile.sh index 899fb5a335..cc8b03be86 100755 --- a/travis/compile.sh +++ b/travis/compile.sh @@ -13,6 +13,7 @@ fi ./configure --quiet \ $DEBUG \ $TS \ +--enable-fpm \ --with-pdo-mysql=mysqlnd \ --with-mysql=mysqlnd \ --with-mysqli=mysqlnd \