diff options
author | Ferenc Kovacs <tyrael@php.net> | 2014-06-30 12:30:24 +0200 |
---|---|---|
committer | Ferenc Kovacs <tyrael@php.net> | 2014-06-30 12:30:24 +0200 |
commit | 803cfe32e657c3c3f3776f1470fd598f5e6a107a (patch) | |
tree | e85fa35412975dea062d7209d93f32267d1c8208 /travis | |
parent | 12885ef48902dcc622eafd771db1f3cc41cbbe6d (diff) | |
download | php-git-803cfe32e657c3c3f3776f1470fd598f5e6a107a.tar.gz |
--enable-fpm for the travis build
Diffstat (limited to 'travis')
-rwxr-xr-x | travis/compile.sh | 1 |
1 files changed, 1 insertions, 0 deletions
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 \ |