@@ -143,6 +143,7 @@ before_install:
143
143
echo opcache.enable_cli = 1 >> $INI
144
144
echo apc.enable_cli = 1 >> $INI
145
145
echo extension = redis.so >> $INI
146
+ echo extension = memcached.so >> $INI
146
147
done
147
148
148
149
- |
@@ -162,31 +163,6 @@ before_install:
162
163
tfold ext.igbinary tpecl igbinary-2.0.8 igbinary.so $INI
163
164
tfold ext.zookeeper tpecl zookeeper-0.6.0 zookeeper.so $INI
164
165
165
- if [[ $PHP == 7.3 ]]; then
166
- # System libmemcached is missing sasl
167
- LIBMEMCACHED_VERSION=1.0.18
168
- wget "https://launchpad.net/libmemcached/1.0/${LIBMEMCACHED_VERSION}/+download/libmemcached-${LIBMEMCACHED_VERSION}.tar.gz" -O libmemcached-${LIBMEMCACHED_VERSION}.tar.gz
169
- tar xvfz libmemcached-${LIBMEMCACHED_VERSION}.tar.gz
170
- cd "libmemcached-${LIBMEMCACHED_VERSION}"
171
- mkdir -p /opt/libmemcached/${LIBMEMCACHED_VERSION}
172
- ./configure --prefix="/opt/libmemcached/${LIBMEMCACHED_VERSION}" LDFLAGS="-lpthread"
173
- make
174
- make install
175
- cd -
176
-
177
- EXTMEMCACHED_VERSION=3.1.3
178
- wget https://pecl.php.net/get/memcached-${EXTMEMCACHED_VERSION}.tgz
179
- tar xzvf memcached-${EXTMEMCACHED_VERSION}.tgz
180
- cd memcached-${EXTMEMCACHED_VERSION}
181
- phpize
182
- ./configure --with-libmemcached-dir=/opt/libmemcached/${LIBMEMCACHED_VERSION}
183
- make
184
- sudo make install
185
- cd -
186
- fi
187
-
188
- echo extension = memcached.so >> $INI
189
-
190
166
if [[ $PHP != 7.3 ]]; then
191
167
wget http://ftp.debian.org/debian/pool/main/libr/librabbitmq/librabbitmq-dev_0.5.2-2_amd64.deb
192
168
wget http://ftp.debian.org/debian/pool/main/libr/librabbitmq/librabbitmq1_0.5.2-2_amd64.deb
0 commit comments