8000 [travis] add ldap.so for php70 · symfony/symfony@e4ce14d · GitHub
[go: up one dir, main page]

Skip to content

Commit e4ce14d

Browse files
[travis] add ldap.so for php70
1 parent 9d240de commit e4ce14d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.travis.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,11 @@ before_install:
120120
121121
- |
122122
# Install extra PHP extensions
123+
if [[ ! $skip && $PHP = 7.0 ]]; then
124+
wget https://github.com/symfony/binary-utils/releases/download/v0.1/ldap-php70.tar.bz2
125+
tar -xjf ldap-php70.tar.bz2
126+
echo extension = $(pwd)/ldap.so >> $INI
127+
fi
123128
if [[ ! $skip && $PHP = 5.* ]]; then
124129
([[ $deps ]] || tfold ext.symfony_debug 'cd src/Symfony/Component/Debug/Resources/ext && phpize && ./configure && make && echo extension = $(pwd)/modules/symfony_debug.so >> '"$INI") &&
125130
tfold ext.memcached pecl install -f memcached-2.1.0 &&

0 commit comments

Comments
 (0)
0