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

[ticket/12574] Fix incorrect setup() method declaration & ldap extension

PHPBB3-12574
This commit is contained in:
Marc Alexander
2019-11-01 13:38:09 +01:00
parent 149df2d7b6
commit 0d668fee36
2 changed files with 2 additions and 2 deletions

View File

@ -15,7 +15,7 @@ SLOWTESTS=$1
if [ "$SLOWTESTS" == '1' ]
then
sudo apt-get -y install ldap-utils slapd php5-ldap
sudo apt-get -y install ldap-utils slapd php-ldap
mkdir /tmp/slapd
slapd -f travis/ldap/slapd.conf -h ldap://localhost:3389 &
sleep 3