summaryrefslogtreecommitdiff
path: root/travis/compile.sh
diff options
context:
space:
mode:
authorFerenc Kovacs <tyrael@php.net>2014-06-30 12:30:49 +0200
committerFerenc Kovacs <tyrael@php.net>2014-06-30 12:30:49 +0200
commit3ec93ee19f174f27285872515d236028f0e079f9 (patch)
treee2c516d2588df9364f80df6e2ee92e5ef36ed578 /travis/compile.sh
parent6d8d5e9310831c8ebf001dd8d67fc1a6341bde88 (diff)
parent803cfe32e657c3c3f3776f1470fd598f5e6a107a (diff)
downloadphp-git-3ec93ee19f174f27285872515d236028f0e079f9.tar.gz
Merge branch 'PHP-5.5' into PHP-5.6
* PHP-5.5: --enable-fpm for the travis build
Diffstat (limited to 'travis/compile.sh')
-rwxr-xr-xtravis/compile.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/travis/compile.sh b/travis/compile.sh
index 6ad3bfc396..babb945a04 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 \