8000
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 df07e73 commit 86eb10cCopy full SHA for 86eb10c
.travis.yml
@@ -120,11 +120,6 @@ 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