Skip to content

Commit

Permalink
Download memcached 3.1.2 for PHP 7+
Browse files Browse the repository at this point in the history
  • Loading branch information
BanzaiMan committed Dec 28, 2018
1 parent 18caab2 commit 50aafc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/compile-extension-memcached
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ popd
popd

if [[ $VERSION =~ ^7 || $VERSION =~ ^master$ ]]; then
pecl download memcached-3.0.4
pecl download memcached-3.1.2
tar zxvf memcached*.tgz && pushd memcached*
make clean || true
else
Expand Down

0 comments on commit 50aafc3

Please sign in to comment.