1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-06-23 11:35:24 +02:00

[ticket/16223] Use register_php_extension instead of echo

PHPBB3-16223
This commit is contained in:
rubencm
2019-11-26 08:36:32 +01:00
committed by Marc Alexander
parent dac910d27a
commit 5ed02c2149

View File

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