Browse Source

Merge branch 'PHP-5.5' into PHP-5.6

* PHP-5.5:
  --enable-fpm for the travis build
pull/705/head
Ferenc Kovacs 12 years ago
parent
commit
3ec93ee19f
  1. 1
      travis/compile.sh

1
travis/compile.sh

@ -13,6 +13,7 @@ fi
./configure --quiet \
$DEBUG \
$TS \
--enable-fpm \
--with-pdo-mysql=mysqlnd \
--with-mysql=mysqlnd \
--with-mysqli=mysqlnd \

Loading…
Cancel
Save