1
0
Fork 0
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:
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

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"