1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-13 04:04:12 +02:00

[ticket/12574] Don't add extension to php config & set default username

PHPBB3-12574
This commit is contained in:
Marc Alexander
2019-11-01 12:16:56 +01:00
parent 0cd7033baa
commit 9aee50968e
2 changed files with 1 additions and 1 deletions

View File

@@ -16,7 +16,6 @@ SLOWTESTS=$1
if [ "$SLOWTESTS" == '1' ]
then
sudo apt-get -y install ldap-utils slapd php5-ldap
echo "extension = ldap.so" >> ~/.phpenv/versions/$(phpenv version-name)/etc/php.ini
mkdir /tmp/slapd
slapd -f travis/ldap/slapd.conf -h ldap://localhost:3389 &
sleep 3