mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-08 04:18:52 +00:00
[ticket/16223] Use register_php_extension instead of echo
PHPBB3-16223
This commit is contained in:
parent
dac910d27a
commit
5ed02c2149
1 changed files with 1 additions and 1 deletions
|
@ -58,7 +58,7 @@ fi
|
||||||
phpenv config-rm xdebug.ini || true
|
phpenv config-rm xdebug.ini || true
|
||||||
|
|
||||||
# memcached
|
# memcached
|
||||||
echo "extension = memcached.so" >> "$php_ini_file"
|
register_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
|
||||||
|
|
Loading…
Add table
Reference in a new issue