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 740b53f commit b4691beCopy full SHA for b4691be
.travis.yml
@@ -157,15 +157,14 @@ before_install:
157
fi
158
if [[ $PHP = nightly ]]; then
159
tfold ext.memcached tpecl memcached-3.1.5 memcached.so $INI
160
- tfold ext.apcu install_apcu_dev 9c36db45100d4d27ec33072f4be90f1f5a0108b7 $INI
161
else
162
- tfold ext.apcu tpecl apcu-5.1.19 apcu.so $INI
163
tfold ext.mongodb tpecl mongodb-1.6.16 mongodb.so $INI
164
tfold ext.zookeeper tpecl zookeeper-0.7.2 zookeeper.so $INI
165
tfold ext.amqp tpecl amqp-1.10.2 amqp.so $INI
166
tfold ext.redis tpecl redis-5.2.2 redis.so $INI "no"
167
168
+ tfold ext.apcu tpecl apcu-5.1.19 apcu.so $INI
169
tfold ext.igbinary tpecl igbinary-3.1.6 igbinary.so $INI
170
done
171
- |
0 commit comments