1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-21 07:51:33 +02:00

[ticket/16223] Add memcached config and PHP extension

PHPBB3-16223
This commit is contained in:
Marc Alexander
2019-11-25 21:33:42 +01:00
parent c7d47e34e8
commit c37e696c1c
5 changed files with 7 additions and 0 deletions

View File

@@ -57,6 +57,9 @@ fi
# Disable xdebug on travis
phpenv config-rm xdebug.ini || true
# memcached
echo "extension = memcached.so" >> ~/.phpenv/versions/$(phpenv version-name)/etc/php.ini
# redis
# Disabled redis for now as it causes travis to fail
# git clone git://github.com/nicolasff/phpredis.git redis