parent
f42345f3ca
commit
1a107c87eb
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue