Fix memcache for PHP 5.6

Test: memcache
pull/68/head
Michele Locati 2019-12-19 17:07:13 +01:00
parent f42345f3ca
commit 1a107c87eb
No known key found for this signature in database
GPG Key ID: 98B7CE2E7234E28B
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"