Skip to content

Commit 50aafc3

Browse files
committed
Download memcached 3.1.2 for PHP 7+
1 parent 18caab2 commit 50aafc3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/compile-extension-memcached

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ popd
1414
popd
1515

1616
if [[ $VERSION =~ ^7 || $VERSION =~ ^master$ ]]; then
17-
pecl download memcached-3.0.4
17+
pecl download memcached-3.1.2
1818
tar zxvf memcached*.tgz && pushd memcached*
1919
make clean || true
2020
else

0 commit comments

Comments
 (0)