mirror of
https://github.com/danog/docker-php-extension-installer.git
synced 2025-01-22 05:41:30 +01:00
Fix memcache for PHP 5.6
Test: memcache
This commit is contained in:
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…
x
Reference in New Issue
Block a user