Merge pull request #68 from mlocati/update-memcache

Fix memcache for PHP 5.6
pull/69/head
Michele Locati 2019-12-19 17:57:33 +01:00 committed by GitHub
commit 691321bc12
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 0 deletions

View File

@ -870,6 +870,11 @@ installPECLModule () {
installPECLModule_actual="$2-4.0.11"
fi
;;
memcache)
if test $1 -lt 700; then
installPECLModule_actual="$2-2.2.7"
fi
;;
memcached)
if test $1 -lt 700; then
installPECLModule_actual="$2-2.2.0"