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