mirror of
https://github.com/mlocati/docker-php-extension-installer
synced 2025-05-09 08:32:42 +00:00
Fix memcache for PHP 5.6
Test: memcache
This commit is contained in:
parent
f42345f3ca
commit
1a107c87eb
1 changed files with 5 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue