mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-27 12:00:26 +02:00
[ticket/16223] Do not use install_php_extension for memcached
PHPBB3-16223
This commit is contained in:
@@ -58,7 +58,7 @@ fi
|
|||||||
phpenv config-rm xdebug.ini || true
|
phpenv config-rm xdebug.ini || true
|
||||||
|
|
||||||
# memcached
|
# memcached
|
||||||
install_php_extension 'memcached' "$php_ini_file"
|
echo "extension = memcached.so" >> "$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
|
||||||
|
Reference in New Issue
Block a user