[ticket/16223] Do not use install_php_extension for memcached

PHPBB3-16223
This commit is contained in:
Marc Alexander 2019-11-25 22:19:03 +01:00
parent 380b7d0a98
commit dac910d27a
No known key found for this signature in database
GPG key ID: 50E0D2423696F995

View file

@ -58,7 +58,7 @@ fi
phpenv config-rm xdebug.ini || true
# memcached
install_php_extension 'memcached' "$php_ini_file"
echo "extension = memcached.so" >> "$php_ini_file"
# redis
# Disabled redis for now as it causes travis to fail