aboutsummaryrefslogtreecommitdiffstats
path: root/travis
diff options
context:
space:
mode:
authorrubencm <rubencm@gmail.com>2019-11-26 08:36:32 +0100
committerMarc Alexander <admin@m-a-styles.de>2019-11-26 08:40:05 +0100
commit5ed02c21493ccbde7d5072cd74c0b118153f508c (patch)
treeff3b2927fc78e51d43c7dbb0ff39abf67e1f38a2 /travis
parentdac910d27ab7c8a95841f3bb28a3dfa6391fda84 (diff)
downloadforums-5ed02c21493ccbde7d5072cd74c0b118153f508c.tar
forums-5ed02c21493ccbde7d5072cd74c0b118153f508c.tar.gz
forums-5ed02c21493ccbde7d5072cd74c0b118153f508c.tar.bz2
forums-5ed02c21493ccbde7d5072cd74c0b118153f508c.tar.xz
forums-5ed02c21493ccbde7d5072cd74c0b118153f508c.zip
[ticket/16223] Use register_php_extension instead of echo
PHPBB3-16223
Diffstat (limited to 'travis')
-rwxr-xr-xtravis/setup-php-extensions.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/travis/setup-php-extensions.sh b/travis/setup-php-extensions.sh
index 142d3cc242..0fcddb044f 100755
--- a/travis/setup-php-extensions.sh
+++ b/travis/setup-php-extensions.sh
@@ -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