1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-20 08:31:32 +02:00

[ticket/16223] Use install_php_extensions for installing memcached

PHPBB3-16223
This commit is contained in:
Marc Alexander
2019-11-25 22:04:24 +01:00
parent c37e696c1c
commit bc045fd19b

View File

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