We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d240de commit e4ce14dCopy full SHA for e4ce14d
.travis.yml
@@ -120,6 +120,11 @@ before_install:
120
121
- |
122
# 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
128
if [[ ! $skip && $PHP = 5.* ]]; then
129
([[ $deps ]] || tfold ext.symfony_debug 'cd src/Symfony/Component/Debug/Resources/ext && phpize && ./configure && make && echo extension = $(pwd)/modules/symfony_debug.so >> '"$INI") &&
130
tfold ext.memcached pecl install -f memcached-2.1.0 &&
0 commit comments