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 ddea1db commit 46f71f7Copy full SHA for 46f71f7
bin/compile-extension-memcached
@@ -18,8 +18,8 @@ travis_time_start
18
install_memcache
19
20
if [[ $VERSION =~ ^7 || $VERSION =~ ^8 || $VERSION =~ ^master$ ]]; then
21
- pecl download memcached-3.2.0
22
- tar xf /home/travis/build/travis-ci/php-src-builder/memcached-3.2.0.tar && pushd memcached*/
+ pecl download memcached-3.1.2
+ tar zxvf memcached*.tgz && pushd memcached*/
23
make clean || true
24
else
25
pecl download memcached-2.2.0
0 commit comments